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

Unified Diff: samples/tests/samples/lib/observable/observable_test.dart

Issue 11301046: Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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/tests/samples/lib/layout/layout_test.dart ('k') | samples/tests/samples/lib/util/util_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/lib/observable/observable_test.dart
===================================================================
--- samples/tests/samples/lib/observable/observable_test.dart (revision 14440)
+++ samples/tests/samples/lib/observable/observable_test.dart (working copy)
@@ -2,18 +2,18 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library('observable_tests');
+library observable_tests;
-#import('dart:html');
-#import('../../../../ui_lib/observable/observable.dart');
-#import('../../../../../pkg/unittest/unittest.dart');
-#import('../../../../../pkg/unittest/html_config.dart');
+import 'dart:html';
+import '../../../../ui_lib/observable/observable.dart';
+import '../../../../../pkg/unittest/lib/unittest.dart';
+import '../../../../../pkg/unittest/lib/html_config.dart';
-#source('abstract_observable_tests.dart');
-#source('change_event_tests.dart');
-#source('event_batch_tests.dart');
-#source('observable_list_tests.dart');
-#source('observable_value_tests.dart');
+part 'abstract_observable_tests.dart';
+part 'change_event_tests.dart';
+part 'event_batch_tests.dart';
+part 'observable_list_tests.dart';
+part 'observable_value_tests.dart';
void main() {
useHtmlConfiguration();
« no previous file with comments | « samples/tests/samples/lib/layout/layout_test.dart ('k') | samples/tests/samples/lib/util/util_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698