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

Unified Diff: utils/testrunner/html_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/html_wrap_task.dart
===================================================================
--- utils/testrunner/html_wrap_task.dart (revision 12655)
+++ utils/testrunner/html_wrap_task.dart (working copy)
@@ -16,7 +16,7 @@
this._htmlDestFileTemplate, this._cssSourceFileTemplate,
this._cssDestFileTemplate);
- void execute(Path testfile, List stdout, List stderr, bool logging,
+ execute(Path testfile, List stdout, List stderr, bool logging,
Function exitHandler) {
var testname = expandMacros(_testFileTemplate, testfile);

Powered by Google App Engine
This is Rietveld 408576698