Skip to content

Commit

Permalink
Adjust file size of sqlcipher-3.0-testkey.db to 1 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
developernotes committed Sep 23, 2013
1 parent dac4536 commit ccb36a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified sqlcipher-3.0-testkey.db
Binary file not shown.
4 changes: 2 additions & 2 deletions test/crypto.test
Expand Up @@ -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)
Expand Down

0 comments on commit ccb36a0

Please sign in to comment.