Commit 4e5582e2 authored by vadimt@chromium.org's avatar vadimt@chromium.org

Unit tests for attempt manager.

BUG=164227
TEST=No

Review URL: https://chromiumcodereview.appspot.com/23751004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222189 0039d316-1c4b-4281-b951-d872f2087c98
parent f4c3ecbd
...@@ -572,7 +572,6 @@ var testing = {}; ...@@ -572,7 +572,6 @@ var testing = {};
} }
var fieldName = path[path.length-1]; var fieldName = path[path.length-1];
assertEquals(undefined, namespace[fieldName]);
namespace[fieldName] = theFunction; namespace[fieldName] = theFunction;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment