Chromium Code Reviews

Unified Diff: recipe_engine/unittests/recipe_api_test.py

Issue 2464673002: Delete tryserver_gerrit and its old properties. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | recipe_modules/properties/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/unittests/recipe_api_test.py
diff --git a/recipe_engine/unittests/recipe_api_test.py b/recipe_engine/unittests/recipe_api_test.py
index a0632da05bf22d50b86c692b05819637a47b9fbf..6d7f1b8d12f7b53df0bf097eeddbf6d7f732a463 100755
--- a/recipe_engine/unittests/recipe_api_test.py
+++ b/recipe_engine/unittests/recipe_api_test.py
@@ -52,8 +52,8 @@ class TestProperties(unittest.TestCase):
('', False, False),
('.', False, False),
('foo', True, False),
- ('event.patchSet.ref', True, False),
- ('event.patchSet.ref', False, True),
+ ('weird.param.name', True, False),
+ ('weird.param.name', False, True),
('rietveld_url', True, False),):
self.assertEqual(
check(test, is_param_name=is_param_name), result,
« no previous file with comments | « no previous file | recipe_modules/properties/example.py » ('j') | no next file with comments »

Powered by Google App Engine