We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1cf3a commit 62d1344Copy full SHA for 62d1344
sqlcipher/src/androidTest/java/net/zetetic/database/sqlcipher_cts/SQLCipherDatabaseTest.java
@@ -71,7 +71,7 @@ public void testCreateDatabaseConnectionWithStringByteArray() {
71
}
72
73
74
- @Test(expected = SQLiteDatabaseCorruptException.class)
+ @Test(expected = SQLiteException.class)
75
public void testOpenDatabaseConnectionWithInvalidStringPassword() {
76
try {
77
int a = 0, b = 0;
@@ -86,7 +86,7 @@ public void testOpenDatabaseConnectionWithInvalidStringPassword() {
86
87
88
89
90
public void testOpenDatabaseConnectionWithInvalidByteArrayPassword() {
91
92
0 commit comments