mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue