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

Unified Diff: sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart

Issue 16351003: Move pub over to using the pub.dartlang.org API v2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 years, 6 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/lish/upload_form_provides_invalid_json_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart b/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
index 3f2c4866871e9889eb4a0942bc7ffcf661f2da4f..3a1b2cbc6958144e2a1bff9be809b55c221857e6 100644
--- a/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
+++ b/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
@@ -22,7 +22,7 @@ main() {
confirmPublish(pub);
- server.handle('GET', '/packages/versions/new.json', (request) {
+ server.handle('GET', '/api/packages/versions/new', (request) {
request.response.write('{not json');
request.response.close();
});
« no previous file with comments | « sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart ('k') | sdk/lib/_internal/pub/test/lish/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698