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

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

Issue 10928216: revert 1204. Will investigate when I get a chance. (Closed) Base URL: http://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
===================================================================
--- samples/tests/samples/dartcombat/dartcombat_test.dart (revision 12412)
+++ samples/tests/samples/dartcombat/dartcombat_test.dart (working copy)
@@ -7,8 +7,8 @@
#import('dart:html');
#import('dart:isolate');
-#import('../../../../pkg/unittest/lib/unittest.dart');
-#import('../../../../pkg/unittest/lib/html_config.dart');
+#import('../../../../pkg/unittest/unittest.dart');
+#import('../../../../pkg/unittest/html_config.dart');
#import('../../../dartcombat/dartcombatlib.dart');
ReceivePort testPort;
@@ -113,7 +113,7 @@
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