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

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: 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 4974933c31d45cf6eb8906262d74704e9809a409..3db396e786668c66d30fa3195c1753c450589a05 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]);
robliao 2013/09/04 20:17:25 Why is this getting removed?
vadimt 2013/09/04 22:34:40 It became too restrictive. Sometimes (I have 2 cas
namespace[fieldName] = theFunction;
}

Powered by Google App Engine
This is Rietveld 408576698