sqlcipher / sqlcipher-android-tests

A collection of tests that can be run on an emulator or device to verify SQLCipher for Android.
Other
94 stars 65 forks source link

Test changes for custom database corruption error handler #9

Closed brodycj closed 9 years ago

brodycj commented 9 years ago

Also includes further testing of the default database corruption error handler, in case the database file is corrupted after opening successfully.

Ref: sqlcipher/android-database-sqlcipher#169 sqlcipher/android-database-sqlcipher#192

The new CustomCorruptionHandlerTest could probably use some serious refactoring. I will look into it if I get a chance, someday.

developernotes commented 9 years ago

Look good @brodybits - thanks! :+1: