remove hdddevices test

This commit is contained in:
Evgenii Alekseev 2017-12-17 16:44:43 +03:00
parent 4bba061d66
commit b30bd35add
2 changed files with 0 additions and 7 deletions

View File

@ -74,12 +74,6 @@ void TestAWKeys::cleanupTestCase()
} }
void TestAWKeys::test_hddDevices()
{
QVERIFY(plugin->getHddDevices().count() > 2);
}
void TestAWKeys::test_dictKeys() void TestAWKeys::test_dictKeys()
{ {
QStringList keys = plugin->dictKeys(); QStringList keys = plugin->dictKeys();

View File

@ -33,7 +33,6 @@ private slots:
void initTestCase(); void initTestCase();
void cleanupTestCase(); void cleanupTestCase();
// test // test
void test_hddDevices();
void test_dictKeys(); void test_dictKeys();
void test_pattern(); void test_pattern();
void test_tooltip(); void test_tooltip();