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

Unified Diff: tests/html/dromaeo_smoke_test.dart

Issue 12223074: Create generated tests inside the build directory (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 | « tests/html/dromaeo_smoke-html.html ('k') | tests/html/xhr_cross_origin_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/dromaeo_smoke_test.dart
diff --git a/tests/html/dromaeo_smoke_test.dart b/tests/html/dromaeo_smoke_test.dart
index 686fe85b43759ce1191d98338c9fffa0d2ac12e2..0463eff59fe8ec1816b62d2c10251f60c314c455 100644
--- a/tests/html/dromaeo_smoke_test.dart
+++ b/tests/html/dromaeo_smoke_test.dart
@@ -24,7 +24,7 @@ void main() {
useHtmlConfiguration();
var scriptSrc = new ScriptElement();
- scriptSrc.src = '../../../../pkg/browser/lib/dart.js';
+ scriptSrc.src = '/root_dart/pkg/browser/lib/dart.js';
document.head.children.add(scriptSrc);
document.body.innerHtml = '''${document.body.innerHtml}
<div id="main">
« no previous file with comments | « tests/html/dromaeo_smoke-html.html ('k') | tests/html/xhr_cross_origin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698