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

Unified Diff: client/tests/client/dom/IsolateLightTest.dart

Issue 9297032: Refactoring to migrate layout tests over. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Drop the forLayoutTests Created 8 years, 11 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 | « client/tests/client/dom/IsolateLight.dart ('k') | client/tests/client/dom/dom_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/dom/IsolateLightTest.dart
diff --git a/client/tests/client/dom/IsolateLight.dart b/client/tests/client/dom/IsolateLightTest.dart
similarity index 97%
rename from client/tests/client/dom/IsolateLight.dart
rename to client/tests/client/dom/IsolateLightTest.dart
index ee155f1d8e9e5749933e3500c27448c91b03dfd0..68e931bc85cf4b262f1a2f7860a81402a4187e3b 100644
--- a/client/tests/client/dom/IsolateLight.dart
+++ b/client/tests/client/dom/IsolateLightTest.dart
@@ -1,4 +1,3 @@
-#library('IsolateLight');
#import('../../../testing/unittest/unittest.dart');
#import('dart:dom');
#import('dart:json');
@@ -27,7 +26,6 @@ class TestIsolate extends Isolate {
main() {
_isolateId = 0;
-
asyncTest('IsolatedStatic', 1, () {
final div = document.createElement('div');
div.id = 'testid';
« no previous file with comments | « client/tests/client/dom/IsolateLight.dart ('k') | client/tests/client/dom/dom_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698