Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: LayoutTests/platform/chromium-mac/storage/transaction-error-callback-expected.txt

Issue 6349048: Merge 77135 - 2011-01-31 Mads Ager <ager@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 63: Uncaught #<an Object> 1 CONSOLE MESSAGE: line 63: Uncaught #<Object>
2 CONSOLE MESSAGE: line 63: Uncaught #<an Object> 2 CONSOLE MESSAGE: line 63: Uncaught #<Object>
3 This test confirms that SQLTransactionErrorCallback is invoked correctly and reg ardless of its output, the transaction is always rolled back on failure. 3 This test confirms that SQLTransactionErrorCallback is invoked correctly and reg ardless of its output, the transaction is always rolled back on failure.
4 Testing transaction failing mid-way and error callback returning true : SUCCESS 4 Testing transaction failing mid-way and error callback returning true : SUCCESS
5 Testing transaction failing mid-way and error callback return false : SUCCESS 5 Testing transaction failing mid-way and error callback return false : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS 6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS 7 Testing statement callback throwing exception and error callback returning false : SUCCESS
8 All Tests are complete. 8 All Tests are complete.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698