| Index: grit/gather/admin_template_unittest.py
|
| diff --git a/grit/gather/admin_template_unittest.py b/grit/gather/admin_template_unittest.py
|
| index 777da34203b164269a402bf05e9253a2b355f1ce..cf68d811c60ff62542eba82fb19a5ab602cfed01 100644
|
| --- a/grit/gather/admin_template_unittest.py
|
| +++ b/grit/gather/admin_template_unittest.py
|
| @@ -85,6 +85,7 @@ class AdmGathererUnittest(unittest.TestCase):
|
| <output filename="de_res.rc" type="rc_all" lang="de" />
|
| </outputs>
|
| </grit>'''), util.PathFromRoot('grit/testdata'))
|
| + grd.SetOutputContext('en', {})
|
| grd.RunGatherers(recursive=True)
|
| return grd
|
|
|
|
|