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

Unified Diff: ui/webui/resources/js/cr/link_controller_test.html

Issue 16831021: Convert asynchronous closure test in cr.ui framework to a browser test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove global variable runningAsynchronousTest. Created 7 years, 6 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: ui/webui/resources/js/cr/link_controller_test.html
diff --git a/ui/webui/resources/js/cr/link_controller_test.html b/ui/webui/resources/js/cr/link_controller_test.html
index eb7ebd51cd59ba61f4c58581ef06a71e777b153d..d5e9ca8b35fd12cdd340c0c4c9a9d363ec2b8570 100644
--- a/ui/webui/resources/js/cr/link_controller_test.html
+++ b/ui/webui/resources/js/cr/link_controller_test.html
@@ -5,7 +5,7 @@
tests -->
<script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script>
<script src="../cr.js"></script>
-<script src="linkcontroller.js"></script>
+<script src="link_controller.js"></script>
<script>
goog.require('goog.testing.MockControl');

Powered by Google App Engine
This is Rietveld 408576698