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

Unified Diff: tests/standalone/src/io/OptionsTest.dart

Issue 9572005: Move all tests using dart:io to a separate directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 8 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/standalone/src/io/MultipleTimerTest.dart ('k') | tests/standalone/src/io/PlatformTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/OptionsTest.dart
diff --git a/tests/standalone/src/OptionsTest.dart b/tests/standalone/src/io/OptionsTest.dart
similarity index 84%
rename from tests/standalone/src/OptionsTest.dart
rename to tests/standalone/src/io/OptionsTest.dart
index 174c28df8faa2e6db80cfca6f7c6e772807bfe17..2c5b8a262b3e97ac498201fc04760cbe7757d577 100644
--- a/tests/standalone/src/OptionsTest.dart
+++ b/tests/standalone/src/io/OptionsTest.dart
@@ -1,8 +1,8 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Stress test isolate generation.
-// DartOptions=tests/standalone/src/OptionsTest.dart 10 OptionsTest 20
+// DartOptions=tests/standalone/src/io/OptionsTest.dart 10 OptionsTest 20
main() {
var opts = new Options();
@@ -13,7 +13,7 @@ main() {
Expect.equals("OptionsTest", opts.arguments[1]);
Expect.equals(20, Math.parseInt(opts.arguments[2]));
Expect.isTrue(opts.script.replaceAll('\\', '/').
- endsWith('tests/standalone/src/OptionsTest.dart'));
+ endsWith('tests/standalone/src/io/OptionsTest.dart'));
// Now add an additional argument.
opts.arguments.add("Fourth");
« no previous file with comments | « tests/standalone/src/io/MultipleTimerTest.dart ('k') | tests/standalone/src/io/PlatformTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698