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

Unified Diff: samples/tests/samples/dartcombat/dartcombat_test.dart

Issue 10917275: Update unittest to new package layout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « samples/markdown/test/markdown_test.dart ('k') | samples/tests/samples/lib/layout/layout_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/dartcombat/dartcombat_test.dart
diff --git a/samples/tests/samples/dartcombat/dartcombat_test.dart b/samples/tests/samples/dartcombat/dartcombat_test.dart
index b6113dd2e8f2fb3982bada7951433afc4f33b79c..b099ef688c93955918824d303b358984c6252748 100644
--- a/samples/tests/samples/dartcombat/dartcombat_test.dart
+++ b/samples/tests/samples/dartcombat/dartcombat_test.dart
@@ -7,8 +7,8 @@
#import('dart:html');
#import('dart:isolate');
-#import('../../../../pkg/unittest/unittest.dart');
-#import('../../../../pkg/unittest/html_config.dart');
+#import('../../../../pkg/unittest/lib/unittest.dart');
+#import('../../../../pkg/unittest/lib/html_config.dart');
#import('../../../dartcombat/dartcombatlib.dart');
ReceivePort testPort;
@@ -113,7 +113,7 @@ main() {
Constants.HIT, 8, 6, // down
Constants.SUNK, 8, 7]; // down (sunk - done)
_expectShotSequence(expectedShots, p2OwnBoard, 2, callback);
-
+
// hit the boat from the enemy side.
var p1EnemyBoard = document.query("#p1enemy");
var hitCell = p1EnemyBoard.nodes[0].nodes[4].nodes[8];
« no previous file with comments | « samples/markdown/test/markdown_test.dart ('k') | samples/tests/samples/lib/layout/layout_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698