141
143
tree = self.make_branch_and_tree('.')
143
145
workingtree.WorkingTree.open('./foo')
146
148
self.assertContainsRe(err,
147
149
u"zz\xe5{{Not a branch: .*}}".encode("utf-8"))
149
151
def test_topic_help_translation(self):
150
152
"""does topic help get translated?"""
154
155
help.help("authentication", out)
155
156
self.assertContainsRe(out.getvalue(), "zz\xe5{{Authentication Settings")