We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dff5b42 + c8e644d commit b395353Copy full SHA for b395353
1 file changed
test/sqlcipher-integrity.test
@@ -179,11 +179,12 @@ do_test integrity-check-clean-database {
179
sqlite_orig db test.db
180
execsql {
181
PRAGMA key = 'testkey';
182
- PRAGMA integrity_check;
183
PRAGMA cipher_integrity_check;
+ PRAGMA integrity_check;
184
+ SELECT count(*) FROM t1;
185
}
186
-} {ok {} {}}
187
+} {ok ok 10000}
188
db close
189
file delete -force test.db
190
0 commit comments