newdevice: Add support for KTI switches (#5413)

This commit is contained in:
Julian K
2017-01-17 23:47:04 +01:00
committed by Neil Lathwood
parent 7fc2834eb4
commit 84dca9435e
6 changed files with 28 additions and 0 deletions

View File

@@ -819,6 +819,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('jwos');
}
public function testKti()
{
$this->checkOS('kti');
}
public function testKonica()
{
$this->checkOS('konica');