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

Unified Diff: utils/tests/pub/install/hosted/install_test.dart

Issue 11871028: Clean up code that locates SDK and SDK version. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 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
Index: utils/tests/pub/install/hosted/install_test.dart
diff --git a/utils/tests/pub/install/hosted/check_out_test.dart b/utils/tests/pub/install/hosted/install_test.dart
similarity index 90%
rename from utils/tests/pub/install/hosted/check_out_test.dart
rename to utils/tests/pub/install/hosted/install_test.dart
index ab8cab0482a352b127fed8d59d81e5b406d3f642..1ed4f404e9f58878424cb6e2bb9663d3dfb45647 100644
--- a/utils/tests/pub/install/hosted/check_out_test.dart
+++ b/utils/tests/pub/install/hosted/install_test.dart
@@ -9,7 +9,7 @@ import 'dart:io';
import '../../test_pub.dart';
main() {
- integration('checks out a package from a pub server', () {
+ integration('installs a package from a pub server', () {
servePackages([package("foo", "1.2.3")]);
appDir([dependency("foo", "1.2.3")]).scheduleCreate();

Powered by Google App Engine
This is Rietveld 408576698