| Index: recipe_modules/tryserver/example.py
|
| diff --git a/recipe_modules/tryserver/example.py b/recipe_modules/tryserver/example.py
|
| index 96b9e0bfa7bf584a489168d1033ff92b2f429785..025f258553ba121b9e16731c3c819549d984644f 100644
|
| --- a/recipe_modules/tryserver/example.py
|
| +++ b/recipe_modules/tryserver/example.py
|
| @@ -65,6 +65,13 @@ def GenTests(api):
|
| api.properties.tryserver(test_patch_root='sub/project') +
|
| description_step)
|
|
|
| + yield (api.test('with_gerrit_patch_deprecated') +
|
| + api.properties.tryserver_gerrit(
|
| + full_project_name='infra/infra'))
|
| +
|
| + yield (api.test('with_gerrit_patch') +
|
| + api.properties.tryserver(gerrit_project='infra/infra'))
|
| +
|
| yield (api.test('with_wrong_patch_new') + api.platform('win', 32) +
|
| api.properties(test_patch_root='sub\\project'))
|
|
|
|
|