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

Unified Diff: tests/standalone/src/io/TestRunnerTest.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/TestExtensionTest.dart ('k') | tests/standalone/src/io/TestingServer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/TestRunnerTest.dart
diff --git a/tests/standalone/src/TestRunnerTest.dart b/tests/standalone/src/io/TestRunnerTest.dart
similarity index 92%
rename from tests/standalone/src/TestRunnerTest.dart
rename to tests/standalone/src/io/TestRunnerTest.dart
index 594fc938c8ad350263835102324f4843087f1286..c4eff2c5b95bdf0a9236aa653e247a26108d126b 100644
--- a/tests/standalone/src/TestRunnerTest.dart
+++ b/tests/standalone/src/io/TestRunnerTest.dart
@@ -1,12 +1,10 @@
-// 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.
-#library("TestRunnerTest");
-
#import("dart:io");
-#import("../../../tools/testing/dart/test_runner.dart");
-#import("../../../tools/testing/dart/status_file_parser.dart");
+#import("../../../../tools/testing/dart/test_runner.dart");
+#import("../../../../tools/testing/dart/status_file_parser.dart");
#source("ProcessTestUtil.dart");
class TestController {
@@ -74,4 +72,3 @@ void main() {
// Throw must be from body of start() function for this test to work.
Expect.throws(new RunningProcess(MakeTestCase("PassTest", [SKIP])).start);
}
-
« no previous file with comments | « tests/standalone/src/io/TestExtensionTest.dart ('k') | tests/standalone/src/io/TestingServer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698