mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-06 15:49:56 +00:00
initial plasma6 support
This commit is contained in:
@ -39,13 +39,13 @@ void TestNetworkSource::cleanupTestCase()
|
||||
|
||||
void TestNetworkSource::test_sources()
|
||||
{
|
||||
QCOMPARE(source->sources(), QStringList() << src << "network/current/ssid");
|
||||
QCOMPARE(source->sources(), QStringList({"device", "ssid"}));
|
||||
}
|
||||
|
||||
|
||||
void TestNetworkSource::test_values()
|
||||
{
|
||||
QVERIFY(source->data(src).toString().count() > 0);
|
||||
QVERIFY(source->data("device").toString().length() > 0);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user