mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
fix hddevices test
This commit is contained in:
parent
b30bd35add
commit
3b41239672
@ -74,6 +74,12 @@ void TestAWKeys::cleanupTestCase()
|
||||
}
|
||||
|
||||
|
||||
void TestAWKeys::test_hddDevices()
|
||||
{
|
||||
QVERIFY(plugin->getHddDevices().count() >= 2);
|
||||
}
|
||||
|
||||
|
||||
void TestAWKeys::test_dictKeys()
|
||||
{
|
||||
QStringList keys = plugin->dictKeys();
|
||||
|
@ -33,6 +33,7 @@ private slots:
|
||||
void initTestCase();
|
||||
void cleanupTestCase();
|
||||
// test
|
||||
void test_hddDevices();
|
||||
void test_dictKeys();
|
||||
void test_pattern();
|
||||
void test_tooltip();
|
||||
|
Loading…
Reference in New Issue
Block a user