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

Unified Diff: third_party/dart-packages/unittest/unittest/unittest.dart

Issue 971083002: Create an apptesting framework for dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update upload_binaries.py to add the apptest.dartzip artifact. Created 5 years, 10 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: third_party/dart-packages/unittest/unittest/unittest.dart
diff --git a/sky/tests/resources/third_party/unittest/unittest.dart b/third_party/dart-packages/unittest/unittest/unittest.dart
similarity index 99%
copy from sky/tests/resources/third_party/unittest/unittest.dart
copy to third_party/dart-packages/unittest/unittest/unittest.dart
index ecc8c40c6f70ae9ad2d34eb40c9e1a2c0f4fb1a3..a22b271bc54a6834d95d13ed114b0b980c8526d5 100644
--- a/sky/tests/resources/third_party/unittest/unittest.dart
+++ b/third_party/dart-packages/unittest/unittest/unittest.dart
@@ -7,7 +7,7 @@ library unittest;
import 'dart:async';
import 'dart:collection';
-import '../matcher/matcher.dart' show TestFailure, wrapAsync;
+import 'package:matcher/matcher.dart' show TestFailure, wrapAsync;
import 'src/configuration.dart';
import 'src/expected_function.dart';
@@ -16,7 +16,7 @@ import 'src/internal_test_case.dart';
import 'src/test_case.dart';
import 'src/test_environment.dart';
-export '../matcher/matcher.dart';
+export 'package:matcher/matcher.dart';
export 'src/configuration.dart';
export 'src/simple_configuration.dart';

Powered by Google App Engine
This is Rietveld 408576698