From 7dbefbd5e0e191ea647b8af3581382d04a073fe5 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 27 Aug 2010 15:25:09 +0100 Subject: Restore LayoutTests/storage/sql-error-codes-expected.txt This should have been added in the merge to WebKit r61871, but was accidentally removed when creating the Android V8-specific result. See https://android-git.corp.google.com/g/#change,56250 Change-Id: I48849d32f649009bcb935911558f2543eebb3d2f --- LayoutTests/storage/sql-error-codes-expected.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 LayoutTests/storage/sql-error-codes-expected.txt (limited to 'LayoutTests') diff --git a/LayoutTests/storage/sql-error-codes-expected.txt b/LayoutTests/storage/sql-error-codes-expected.txt new file mode 100644 index 0000000..1a9caa7 --- /dev/null +++ b/LayoutTests/storage/sql-error-codes-expected.txt @@ -0,0 +1,11 @@ +CONSOLE MESSAGE: line 0: Exception thrown in transaction callback. +CONSOLE MESSAGE: line 0: Cannot call toString() on this object. +This test tests the error codes reported in exceptional situations. +PASS: expected and got error code UNKNOWN_ERR +PASS: expected and got error code UNKNOWN_ERR +PASS: expected and got error code SYNTAX_ERR +PASS: expected and got error code SYNTAX_ERR +PASS: expected and got error code UNKNOWN_ERR +PASS: expected and got error code QUOTA_ERR +PASS: expected and got error code VERSION_ERR + -- cgit v1.1