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

Unified Diff: tests/benchmark_smoke/smoketest_lib.dart

Issue 10191033: test renaming overhaul: step 4 client tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/benchmark_smoke/benchmark_smoke_test.dart ('k') | tests/dom/async_window_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/benchmark_smoke/smoketest_lib.dart
diff --git a/client/tests/client/samples/smoketest/Smoketest.dart b/tests/benchmark_smoke/smoketest_lib.dart
similarity index 90%
rename from client/tests/client/samples/smoketest/Smoketest.dart
rename to tests/benchmark_smoke/smoketest_lib.dart
index 7278847fa23650470c4b98a6490f4a66140b49a3..dfaa29540ace8f8612bc4421e66ab668a58c8cb8 100644
--- a/client/tests/client/samples/smoketest/Smoketest.dart
+++ b/tests/benchmark_smoke/smoketest_lib.dart
@@ -2,9 +2,9 @@
// 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('Smoketest_lib');
+#library('smoketest_lib');
-#import("benchmarklib.dart");
+#import("benchmark_lib.dart");
#import("dart:html");
/**
« no previous file with comments | « tests/benchmark_smoke/benchmark_smoke_test.dart ('k') | tests/dom/async_window_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698