From b135813110db7de8625bd2902e49afd971af9756 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 5 Jun 2016 17:45:22 +0200 Subject: Skip internal keys by default while scanning. --- tests/storagetest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/storagetest.cpp b/tests/storagetest.cpp index ee6900d..e199faf 100644 --- a/tests/storagetest.cpp +++ b/tests/storagetest.cpp @@ -245,6 +245,7 @@ private slots: QCOMPARE(numValues, 1); QVERIFY(!gotError); + QVERIFY(gotResult); } void testDuplicates() -- cgit v1.2.3