| Index: grit/node/misc_unittest.py
|
| diff --git a/grit/node/misc_unittest.py b/grit/node/misc_unittest.py
|
| index fa766928336c2a7fbfa63d47df8978f3a83f93ca..6f59fc34b03a254cf6d8250eb2b0a41ed9bf08f4 100644
|
| --- a/grit/node/misc_unittest.py
|
| +++ b/grit/node/misc_unittest.py
|
| @@ -178,6 +178,7 @@ class ReleaseNodeUnittest(unittest.TestCase):
|
| </structures>
|
| </release>
|
| </grit>'''), util.PathFromRoot('grit/testdata'))
|
| + grd.SetOutputContext('en', {})
|
| grd.RunGatherers(recursive=True)
|
|
|
| hello = grd.GetNodeById('IDS_HELLO')
|
|
|