Finish vendor testing
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1801a6888f
commit
503e1e4c28
@ -89,6 +89,11 @@ void TestPreferences::testPreferences()
|
||||
TEST(dc->dc_product(), QStringLiteral("Thingy1"));
|
||||
dc->setProduct("Thingy2");
|
||||
TEST(dc->dc_product(), QStringLiteral("Thingy2"));
|
||||
|
||||
dc->setVendor("Sharewater");
|
||||
TEST(dc->dc_vendor(), QStringLiteral("Sharewater"));
|
||||
dc->setVendor("OSTS");
|
||||
TEST(dc->dc_vendor(), QStringLiteral("OSTS"));
|
||||
}
|
||||
|
||||
QTEST_MAIN(TestPreferences)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user