Adjust file size of sqlcipher-3.0-testkey.db to 1 MB

This commit is contained in:
Nick Parker 2013-09-23 16:55:46 -05:00
parent dac4536bad
commit ccb36a07e2
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1652,9 +1652,9 @@ do_test open-3.0-le-database {
execsql {
PRAGMA key = 'testkey';
SELECT count(*) FROM t1;
SELECT * FROM t1;
SELECT distinct * FROM t1;
}
} {4 1 1 one one 1 2 one two}
} {78536 1 1 one one 1 2 one two}
db close
# open a 2.0 database with little endian hmac page numbers (default)