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

Unified Diff: samples/build_dart/test/build_dart_test.dart

Issue 23717003: Reorganize tests for samples so the test is discoverable from the sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | samples/build_dart_simple/test/build_dart_simple_test.dart » ('j') | samples/samples.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/build_dart/test/build_dart_test.dart
diff --git a/samples/tests/samples/standalone/build_dart_test.dart b/samples/build_dart/test/build_dart_test.dart
similarity index 77%
rename from samples/tests/samples/standalone/build_dart_test.dart
rename to samples/build_dart/test/build_dart_test.dart
index 7106c368ac11325a5eaa410dc283de32f91a8c21..833f56715d851c2d90b95d409dc169768b693317 100644
--- a/samples/tests/samples/standalone/build_dart_test.dart
+++ b/samples/build_dart/test/build_dart_test.dart
@@ -4,8 +4,8 @@
library build_dart_test;
-import '../../../build_dart/build.dart' as build_dart;
-import '../../../build_dart/bin/test.dart' as test2;
+import '../build.dart' as build_dart;
+import '../bin/test.dart' as test2;
// @static-clean
« no previous file with comments | « no previous file | samples/build_dart_simple/test/build_dart_simple_test.dart » ('j') | samples/samples.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698