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

Unified Diff: test/oauth2/utils.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 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/oauth2/utils.dart
diff --git a/test/oauth2/utils.dart b/test/oauth2/utils.dart
index d69941b39b81b187f908068116b073c59a4ed8a8..da7b83cf04ac9235e85c76bd0e7f1390a2abd663 100644
--- a/test/oauth2/utils.dart
+++ b/test/oauth2/utils.dart
@@ -7,12 +7,12 @@ library oauth2.utils;
import 'dart:convert';
import 'package:http/http.dart' as http;
+import 'package:pub/src/utils.dart';
import 'package:scheduled_test/scheduled_process.dart';
import 'package:scheduled_test/scheduled_test.dart';
import 'package:scheduled_test/scheduled_server.dart';
import 'package:shelf/shelf.dart' as shelf;
-import '../../lib/src/utils.dart';
void authorizePub(ScheduledProcess pub, ScheduledServer server,
[String accessToken="access token"]) {
« no previous file with comments | « test/lock_file_test.dart ('k') | test/oauth2/with_a_server_rejected_refresh_token_authenticates_again_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698