diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-03-19 23:58:54 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-04-07 00:20:02 +0200 |
commit | f557c1367994a61935fa0e8d0b1b67688d2692d0 (patch) | |
tree | 8eff9809b158cd1e65ba0eadc2b1c140b78c4e8b /api/logic/meta/Index_test.cpp | |
parent | 2660418d58efb33cd3a0ab8ed9d48c359c076905 (diff) | |
download | PrismLauncher-f557c1367994a61935fa0e8d0b1b67688d2692d0.tar.gz PrismLauncher-f557c1367994a61935fa0e8d0b1b67688d2692d0.tar.bz2 PrismLauncher-f557c1367994a61935fa0e8d0b1b67688d2692d0.zip |
NOISSUE stuff and things happened. Maybe.
Diffstat (limited to 'api/logic/meta/Index_test.cpp')
-rw-r--r-- | api/logic/meta/Index_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/meta/Index_test.cpp b/api/logic/meta/Index_test.cpp index d4343c37..1c5face2 100644 --- a/api/logic/meta/Index_test.cpp +++ b/api/logic/meta/Index_test.cpp @@ -23,7 +23,7 @@ slots: QVERIFY(!windex.hasUid("asdf")); QVERIFY(windex.get("list2") != nullptr); QCOMPARE(windex.get("list2")->uid(), QString("list2")); - QVERIFY(windex.get("adsf") == nullptr); + QVERIFY(windex.get("adsf") != nullptr); } void test_merge() |