From a986589950eeb242293b1597f56fd73f3da99a28 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Tue, 21 Jun 2011 16:42:28 +0100 Subject: 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 --- .../android-v8/storage/transaction-error-callback-expected.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LayoutTests') 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 # -CONSOLE MESSAGE: line 63: Uncaught # +CONSOLE MESSAGE: line 63: Uncaught # +CONSOLE MESSAGE: line 63: Uncaught # 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 -- cgit v1.1