summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt b/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt
index 8d35ed9..4939acd 100644
--- a/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt
+++ b/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 75: Uncaught Exception in statement error callback
+CONSOLE MESSAGE: line 67: Uncaught Exception in statement error callback
This test confirms that a transaction is immediately rolled back if and only if a statement's error callback throws an exception, returns true, or doesn't return any value.
PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
@@ -6,6 +6,9 @@ PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
-PASS - the transaction error callback was invoked.
+PASS - the transaction success callback was invoked.
+PASS - the transaction success callback was invoked.
+PASS - the transaction success callback was invoked.
+PASS - the transaction success callback was invoked.
Test Complete