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

Unified Diff: sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart

Issue 26351002: Rename "pub deploy" to "pub build". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Re-upload. Created 7 years, 2 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: sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
diff --git a/sdk/lib/_internal/pub/test/deploy/reports_dart_parse_errors_test.dart b/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
similarity index 94%
rename from sdk/lib/_internal/pub/test/deploy/reports_dart_parse_errors_test.dart
rename to sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
index f6de716114525a711522bd3badd0d592aa961f34..53535c82ba1c27c7ca0d4c6528a5fa1af9728f36 100644
--- a/sdk/lib/_internal/pub/test/deploy/reports_dart_parse_errors_test.dart
+++ b/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
@@ -27,19 +27,19 @@ main() {
])
]).create();
- schedulePub(args: ["deploy"],
+ schedulePub(args: ["build"],
error: new RegExp(
r"^Error on line 1 of .*[/\\]file\.dart:(.|\n)*"
r"^Error on line 1 of .*[/\\]subfile\.dart:",
multiLine: true),
output: '''
Finding entrypoints...
-Copying web| => deploy|
+Copying web| => build|
'''.replaceAll('|', path.separator),
exitCode: 0);
d.dir(appPath, [
- d.dir('deploy', [
+ d.dir('build', [
d.matcherFile('file.txt', 'contents'),
d.nothing('file.dart.js'),
d.nothing('file.dart'),

Powered by Google App Engine
This is Rietveld 408576698