Skip to content

Commit 9bcee74

Browse files
Use 3.2.0 SQLCipher binaries, enable rekey test
1 parent 13eeb01 commit 9bcee74

File tree

7 files changed

+126
-184
lines changed

7 files changed

+126
-184
lines changed

.idea/workspace.xml

Lines changed: 125 additions & 183 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-8 KB
Binary file not shown.
-4 KB
Binary file not shown.

libs/sqlcipher-javadoc.jar

-58 Bytes
Binary file not shown.

libs/sqlcipher.jar

-93 Bytes
Binary file not shown.

libs/x86/libsqlcipher_android.so

-4 KB
Binary file not shown.

src/main/java/net/zetetic/tests/TestSuiteRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private List<SQLCipherTest> getTestsToRun(){
8282
tests.add(new SoundexTest());
8383
tests.add(new RawQueryTest());
8484
tests.add(new OpenReadOnlyDatabaseTest());
85-
// tests.add(new RawRekeyTest());
85+
tests.add(new RawRekeyTest());
8686
return tests;
8787
}
8888
}

0 commit comments

Comments
 (0)