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

Unified Diff: tools/testing/dart/browser_test.dart

Issue 12217045: Move test_controller.js inside unitest/lib so it can be used in external tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
« no previous file with comments | « pkg/unittest/test_controller.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_test.dart
diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
index 016d5b56a4027aa1f02b70a79a69b3c63179fb72..ad9f972cb3ed4e1e9ee455bb5343dfd273d65334 100644
--- a/tools/testing/dart/browser_test.dart
+++ b/tools/testing/dart/browser_test.dart
@@ -22,7 +22,8 @@ String getHtmlContents(String title,
</head>
<body>
<h1> Running $title </h1>
- <script type="text/javascript" src="/pkg/unittest/test_controller.js"></script>
+ <script type="text/javascript" src="/pkg/unittest/lib/test_controller.js">
+ </script>
<script type="$scriptType" src="$sourceScript" onerror="externalError(null)">
</script>
<script type="text/javascript" src="/pkg/browser/lib/dart.js"></script>
« no previous file with comments | « pkg/unittest/test_controller.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698