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

Unified Diff: test/lock_file_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 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: test/lock_file_test.dart
diff --git a/test/lock_file_test.dart b/test/lock_file_test.dart
index d1b68de32803ba28dee052d6a060c7d292856908..6c584ee9003a14f23109cf23e2bc0ca544d40ec2 100644
--- a/test/lock_file_test.dart
+++ b/test/lock_file_test.dart
@@ -12,7 +12,7 @@ import 'package:pub/src/pubspec.dart';
import 'package:pub/src/source.dart';
import 'package:pub/src/source_registry.dart';
import 'package:pub_semver/pub_semver.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:yaml/yaml.dart';
import 'test_pub.dart';
@@ -45,8 +45,6 @@ class MockSource extends Source {
}
main() {
- initConfig();
-
var sources = new SourceRegistry();
var mockSource = new MockSource();
sources.register(mockSource);

Powered by Google App Engine
This is Rietveld 408576698