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

Unified Diff: test/test_pub.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise again. Created 4 years, 3 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
« no previous file with comments | « test/sdk_test.dart ('k') | test/unknown_source_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_pub.dart
diff --git a/test/test_pub.dart b/test/test_pub.dart
index 4269750c70d3a34ebb059f4021e2977ab3d4205a..12848dc6475843cfd93a77ee920fb8c93c0dffc7 100644
--- a/test/test_pub.dart
+++ b/test/test_pub.dart
@@ -75,6 +75,10 @@ final String appPath = "myapp";
/// to the sandbox directory.
final String packagesPath = "$appPath/packages";
+/// The path of the ".packages" file in the mock app used for tests, relative
+/// to the sandbox directory.
+final String packagesFilePath = "$appPath/.packages";
+
/// Set to true when the current batch of scheduled events should be aborted.
bool _abortScheduled = false;
« no previous file with comments | « test/sdk_test.dart ('k') | test/unknown_source_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698