| OLD | NEW |
| 1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data
base API. |
| 1 Test that the correct exceptions are thrown in exceptional situations. | 2 Test that the correct exceptions are thrown in exceptional situations. |
| 2 LOG: Exception thrown in transaction callback. | 3 LOG: Exception thrown in transaction callback. |
| 3 PASS: expected and got error with message Exception thrown in transaction callba
ck. | 4 PASS: expected and got error with message Exception thrown in transaction callba
ck. |
| 4 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could
not prepare statement. | 5 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could
not prepare statement. |
| 5 PASS: expected and got error name SyntaxError | 6 PASS: expected and got error name SyntaxError |
| 6 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Number
of '?'s in statement string (2) does not match the arguments provided (1). | 7 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Number
of '?'s in statement string (2) does not match the arguments provided (1). |
| 7 PASS: expected and got error name SyntaxError | 8 PASS: expected and got error name SyntaxError |
| 8 LOG: Cannot call toString() on this object. | 9 LOG: Cannot call toString() on this object. |
| 9 PASS: expected and got error with message Cannot call toString() on this object. | 10 PASS: expected and got error with message Cannot call toString() on this object. |
| 10 LOG: QuotaExceededError: Failed to execute 'executeSql' on 'SQLTransactionSync':
Quota was exceeded. | 11 LOG: QuotaExceededError: Failed to execute 'executeSql' on 'SQLTransactionSync':
Quota was exceeded. |
| 11 PASS: expected and got error name QuotaExceededError | 12 PASS: expected and got error name QuotaExceededError |
| 12 PASS: Transaction was rolled back by SQLite as expected. | 13 PASS: Transaction was rolled back by SQLite as expected. |
| 13 LOG: VersionError: Failed to execute 'executeSql' on 'SQLTransactionSync': The a
ctual database version did not match the expected version. | 14 LOG: VersionError: Failed to execute 'executeSql' on 'SQLTransactionSync': The a
ctual database version did not match the expected version. |
| 14 PASS: expected and got error name VersionError | 15 PASS: expected and got error name VersionError |
| 15 | 16 |
| OLD | NEW |