Adjust file size of sqlcipher-2.0-le-testkey.db to over 1 MB

This commit is contained in:
Nick Parker 2013-09-23 16:41:34 -05:00
parent 9ef4eec581
commit 0add35073b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1665,9 +1665,9 @@ do_test open-2.0-le-database {
PRAGMA key = 'testkey';
PRAGMA kdf_iter = 4000;
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 big-endian hmac page numbers