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

Unified Diff: tests/benchmark_smoke/benchmark_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_base.dart ('k') | tests/benchmark_smoke/benchmark_smoke.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/benchmark_smoke/benchmark_lib.dart
diff --git a/client/tests/client/samples/smoketest/benchmarklib.dart b/tests/benchmark_smoke/benchmark_lib.dart
similarity index 76%
rename from client/tests/client/samples/smoketest/benchmarklib.dart
rename to tests/benchmark_smoke/benchmark_lib.dart
index a2b36afabf7ecfd3238b103a475477bd1729620d..04256192095b5aec68ccd2e49f07e2240853ae2c 100644
--- a/client/tests/client/samples/smoketest/benchmarklib.dart
+++ b/tests/benchmark_smoke/benchmark_lib.dart
@@ -2,12 +2,12 @@
// 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("benchmarklib");
+#library("benchmark_lib");
#import('dart:coreimpl');
#import('dart:json');
#import('dart:html');
-#import('Smoketest.dart');
-#source('BenchmarkBase.dart');
+#import('smoketest_lib.dart');
+#source('benchmark_base.dart');
« no previous file with comments | « tests/benchmark_smoke/benchmark_base.dart ('k') | tests/benchmark_smoke/benchmark_smoke.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698