Skip to content

Commit b395353

Browse files
committed
Merge branch 'prerelease' into codecerror
2 parents dff5b42 + c8e644d commit b395353

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/sqlcipher-integrity.test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@ do_test integrity-check-clean-database {
179179
sqlite_orig db test.db
180180
execsql {
181181
PRAGMA key = 'testkey';
182-
PRAGMA integrity_check;
183182
PRAGMA cipher_integrity_check;
183+
PRAGMA integrity_check;
184+
SELECT count(*) FROM t1;
184185
}
185186

186-
} {ok {} {}}
187+
} {ok ok 10000}
187188
db close
188189
file delete -force test.db
189190

0 commit comments

Comments
 (0)