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

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

Powered by Google App Engine
This is Rietveld 408576698