| OLD | NEW |
| 1 CONSOLE MESSAGE: unable to open database, version mismatch, '1.0' does not match
the currentVersion of '' | 1 CONSOLE ERROR: unable to open database, version mismatch, '1.0' does not match t
he currentVersion of '' |
| 2 This test tests openDatabaseSync()'s creation callback. | 2 This test tests openDatabaseSync()'s creation callback. |
| 3 PASS: Creation callback was called. | 3 PASS: Creation callback was called. |
| 4 PASS: Version set to empty string as expected. | 4 PASS: Version set to empty string as expected. |
| 5 PASS: An exception was thrown and db1Fail is null as expected. | 5 PASS: An exception was thrown and db1Fail is null as expected. |
| 6 | 6 |
| OLD | NEW |