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

Unified Diff: sdk/lib/_internal/pub/test/serve/missing_asset_test.dart

Issue 22878002: Handle missing files more gracefully in pub serve. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 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
Index: sdk/lib/_internal/pub/test/serve/missing_asset_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/missing_file_test.dart b/sdk/lib/_internal/pub/test/serve/missing_asset_test.dart
similarity index 92%
copy from sdk/lib/_internal/pub/test/serve/missing_file_test.dart
copy to sdk/lib/_internal/pub/test/serve/missing_asset_test.dart
index cfd7d07770f0a897041b63585fb774ef63a6f2e8..1f69b6c4471db387328852e83ff03d6865ad829b 100644
--- a/sdk/lib/_internal/pub/test/serve/missing_file_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/missing_asset_test.dart
@@ -12,7 +12,7 @@ import 'utils.dart';
main() {
initConfig();
- integration("responds with a 404 for missing files", () {
+ integration("responds with a 404 for missing assets", () {
d.dir(appPath, [
d.appPubspec()
]).create();

Powered by Google App Engine
This is Rietveld 408576698