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

Unified Diff: chrome/test/data/webui/test_api.js

Issue 23751004: Unit tests for attempt manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: skare@ comments Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/webui/test_api.js
diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js
index 2106c5a1354f53cffdaa8c5becaae2b06d117382..83335248d029c4d44ef81ff1f5796d5d41a25127 100644
--- a/chrome/test/data/webui/test_api.js
+++ b/chrome/test/data/webui/test_api.js
@@ -572,7 +572,6 @@ var testing = {};
}
var fieldName = path[path.length-1];
- assertEquals(undefined, namespace[fieldName]);
namespace[fieldName] = theFunction;
}

Powered by Google App Engine
This is Rietveld 408576698