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

Unified Diff: samples/dartcombat/test/dartcombat_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/dartcombat/test/dartcombat_test.dart
diff --git a/samples/tests/samples/dartcombat/dartcombat_test.dart b/samples/dartcombat/test/dartcombat_test.dart
similarity index 97%
rename from samples/tests/samples/dartcombat/dartcombat_test.dart
rename to samples/dartcombat/test/dartcombat_test.dart
index 574190ad93fd849a3ee3d9a1e38e0ca7e2c05446..d2458e69776025017f89f9e1f671848b11964bfe 100644
--- a/samples/tests/samples/dartcombat/dartcombat_test.dart
+++ b/samples/dartcombat/test/dartcombat_test.dart
@@ -8,9 +8,9 @@ library dartcombat_tests;
import 'dart:html';
import 'dart:isolate';
import 'dart:async';
-import '../../../../pkg/unittest/lib/unittest.dart';
-import '../../../../pkg/unittest/lib/html_config.dart';
-import '../../../dartcombat/dartcombatlib.dart';
+import 'package:unittest/html_config.dart';
+import 'package:unittest/unittest.dart';
+import '../dartcombatlib.dart';
ReceivePort testPort;

Powered by Google App Engine
This is Rietveld 408576698