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

Unified Diff: content/test/data/indexeddb/object_store_test.js

Issue 11415083: Remove references to IDBDatabaseException and IDBRequest.errorCode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix error propagation from workers in endure test Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/indexeddb/key_types_test.js ('k') | content/test/data/indexeddb/value_size_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/indexeddb/object_store_test.js
diff --git a/content/test/data/indexeddb/object_store_test.js b/content/test/data/indexeddb/object_store_test.js
index d067451a7a9c1c1e1ef92cabc7ccd5e0f16c46c2..ef663de6f01ce4e35a0206a6fed37880ab28f62f 100644
--- a/content/test/data/indexeddb/object_store_test.js
+++ b/content/test/data/indexeddb/object_store_test.js
@@ -66,8 +66,6 @@ function moreDataAddedSuccess()
function addWithSameKeyFailed()
{
debug('Adding a record with same key failed');
- shouldBe("event.target.errorCode",
- "webkitIDBDatabaseException.CONSTRAINT_ERR");
shouldBe("event.target.error.name", "'ConstraintError'");
event.preventDefault();
« no previous file with comments | « content/test/data/indexeddb/key_types_test.js ('k') | content/test/data/indexeddb/value_size_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698