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

Unified Diff: samples/solar/test/solar_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
Index: samples/solar/test/solar_test.dart
diff --git a/samples/tests/samples/browser/solar_test.dart b/samples/solar/test/solar_test.dart
similarity index 87%
rename from samples/tests/samples/browser/solar_test.dart
rename to samples/solar/test/solar_test.dart
index 1e0994d7e366e38c2186ff8906a3a347ffa74984..feb9999af6e3e78045df52ebe65e6c2c9f556009 100644
--- a/samples/tests/samples/browser/solar_test.dart
+++ b/samples/solar/test/solar_test.dart
@@ -4,7 +4,7 @@
library solar_test;
-import '../../../solar/web/solar.dart' as solar;
+import '../web/solar.dart' as solar;
// @static-clean
@@ -12,6 +12,5 @@ import '../../../solar/web/solar.dart' as solar;
* This test exists to ensure that the solar sample compiles without errors.
*/
void main() {
-
-}
+}

Powered by Google App Engine
This is Rietveld 408576698