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

Unified Diff: test/barback/subdirectories_test.dart

Issue 1281623002: Fix a bunch of pub tests that started running "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 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/barback/directory_args_test.dart ('k') | test/dart2js/converts_isolate_entrypoint_in_web_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/barback/subdirectories_test.dart
diff --git a/test/barback/subdirectories_test.dart b/test/barback/subdirectories_test.dart
index 5a74f387f1eaed5ed6bababa4bb4b18207bf0b1d..f08d9a12a0f66c9a9e30f7a82f1551e54dc838fb 100644
--- a/test/barback/subdirectories_test.dart
+++ b/test/barback/subdirectories_test.dart
@@ -50,7 +50,7 @@ main() {
});
integration("serves subdirectories", () {
- pubServe(args: [webOne, webTwoInner]);
+ pubServe(args: [webOne, webTwoInner], shouldGetFirst: true);
requestShouldSucceed("inner/file.txt", "one", root: webOne);
requestShouldSucceed("file.txt", "two", root: webTwoInner);
« no previous file with comments | « test/barback/directory_args_test.dart ('k') | test/dart2js/converts_isolate_entrypoint_in_web_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698