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

Unified Diff: pkg/intl/test/date_time_format_http_request_test.dart

Issue 10961034: Be sure to use absolute paths in intl web server tests (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
« no previous file with comments | « no previous file | pkg/intl/test/start_web_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/date_time_format_http_request_test.dart
===================================================================
--- pkg/intl/test/date_time_format_http_request_test.dart (revision 12664)
+++ pkg/intl/test/date_time_format_http_request_test.dart (working copy)
@@ -11,9 +11,11 @@
// than this and it could be replaced, possibly the things Graham is working on.
// The following magical comments will cause the test code run via test.py
// to add an extra command starting up a web server that will serve the
-// files we are looking for.
+// files we are looking for. "dart" will be replaced by the current dart
+// VM, and in arguments, $dartDir will be replaced by the current Dart
+// root directory.
// ExtraCommand=dart
-// ExtraCommandArgs=pkg/intl/test/start_web_server.dart
+// ExtraCommandArgs=$dartDir/pkg/intl/test/start_web_server.dart
#library('date_time_format_http_request_test');
#import('../lib/date_format.dart');
« no previous file with comments | « no previous file | pkg/intl/test/start_web_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698