summaryrefslogtreecommitdiffstats
path: root/tests/storagetest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-05 17:45:22 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-05 17:45:22 +0200
commitb135813110db7de8625bd2902e49afd971af9756 (patch)
tree2eb1329ea0458db8207e469bc3a3d496b72076e6 /tests/storagetest.cpp
parent245dc57adedb0c8225aee0066c39f5ea38a39610 (diff)
downloadsink-b135813110db7de8625bd2902e49afd971af9756.tar.gz
sink-b135813110db7de8625bd2902e49afd971af9756.zip
Skip internal keys by default while scanning.
Diffstat (limited to 'tests/storagetest.cpp')
-rw-r--r--tests/storagetest.cpp1
1 files changed, 1 insertions, 0 deletions
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:
245 245
246 QCOMPARE(numValues, 1); 246 QCOMPARE(numValues, 1);
247 QVERIFY(!gotError); 247 QVERIFY(!gotError);
248 QVERIFY(gotResult);
248 } 249 }
249 250
250 void testDuplicates() 251 void testDuplicates()