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

Unified Diff: utils/testrunner/dart_wrap_task.dart

Issue 10966020: Added support for running an HTTP server during the test and being able to serve up static files. L… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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: utils/testrunner/dart_wrap_task.dart
===================================================================
--- utils/testrunner/dart_wrap_task.dart (revision 12655)
+++ utils/testrunner/dart_wrap_task.dart (working copy)
@@ -12,7 +12,7 @@
DartWrapTask(this._sourceFileTemplate, this._tempDartFileTemplate);
- void execute(Path testfile, List stdout, List stderr, bool logging,
+ execute(Path testfile, List stdout, List stderr, bool logging,
Function exitHandler) {
// Get the source test file and canonicalize the path.
var sourceName = makePathAbsolute(
@@ -80,7 +80,7 @@
action = 'null';
}
var wrapper = """
-#library('layout_test');
+#library('standard_test');
$extraImports
#import('${config.unittestPath}', prefix:'unittest');
#import('$sourceName', prefix: 'test');

Powered by Google App Engine
This is Rietveld 408576698