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

Side by Side Diff: LayoutTests/storage/websql/transaction-error-callback-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 63: Uncaught #<Object> 1 CONSOLE ERROR: line 63: Uncaught #<Object>
2 CONSOLE MESSAGE: line 63: Uncaught #<Object> 2 CONSOLE ERROR: 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