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

Unified Diff: recipe_modules/url/tests/validate_url.expected/no_host.json

Issue 2868333004: Add URL recipe module from "depot_tools". (Closed)
Patch Set: fix/texst urllib methods, remove non_step Created 3 years, 7 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: recipe_modules/url/tests/validate_url.expected/no_host.json
diff --git a/recipe_modules/url/tests/validate_url.expected/no_host.json b/recipe_modules/url/tests/validate_url.expected/no_host.json
new file mode 100644
index 0000000000000000000000000000000000000000..6da3d779cf0cfb3089230f6d6973c332b35d50c2
--- /dev/null
+++ b/recipe_modules/url/tests/validate_url.expected/no_host.json
@@ -0,0 +1,7 @@
+[
+ {
+ "name": "$result",
+ "reason": "Uncaught Exception: ValueError('URL must specify a network location.',)",
+ "status_code": -1
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698