fix hddevices test

This commit is contained in:
2017-12-17 16:57:58 +03:00
parent b30bd35add
commit 3b41239672
2 changed files with 7 additions and 0 deletions

View File

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