diff options
author | Ben Murdoch <benm@google.com> | 2011-06-21 16:42:28 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2011-06-21 16:48:18 +0100 |
commit | a986589950eeb242293b1597f56fd73f3da99a28 (patch) | |
tree | f6941d1141ba245ce45f5065fea796124935839c | |
parent | eb19bac9797b829463538c8398cb178fb3dd8a99 (diff) | |
download | external_webkit-a986589950eeb242293b1597f56fd73f3da99a28.zip external_webkit-a986589950eeb242293b1597f56fd73f3da99a28.tar.gz external_webkit-a986589950eeb242293b1597f56fd73f3da99a28.tar.bz2 |
Fix storage/transaction-error-callback.html
Update Android specific result after change to V8 error reporting.
See http://trac.webkit.org/changeset/77374
Change-Id: I1f457d1e159eb4a7c1ba35a8f370490efd924b07
-rw-r--r-- | LayoutTests/platform/android-v8/storage/transaction-error-callback-expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LayoutTests/platform/android-v8/storage/transaction-error-callback-expected.txt b/LayoutTests/platform/android-v8/storage/transaction-error-callback-expected.txt index cbebda9..3cd9dcf 100644 --- a/LayoutTests/platform/android-v8/storage/transaction-error-callback-expected.txt +++ b/LayoutTests/platform/android-v8/storage/transaction-error-callback-expected.txt @@ -1,5 +1,5 @@ -CONSOLE MESSAGE: line 63: Uncaught #<an Object> -CONSOLE MESSAGE: line 63: Uncaught #<an Object> +CONSOLE MESSAGE: line 63: Uncaught #<Object> +CONSOLE MESSAGE: line 63: Uncaught #<Object> This test confirms that SQLTransactionErrorCallback is invoked correctly and regardless of its output, the transaction is always rolled back on failure. Testing transaction failing mid-way and error callback returning true : SUCCESS Testing transaction failing mid-way and error callback return false : SUCCESS |