Tests: Added debug info, which makes it look like TW-1837 it working

This commit is contained in:
Paul Beckingham 2017-01-16 15:29:11 -05:00
parent ee49ce3165
commit e71be41e72

View file

@ -58,7 +58,7 @@ class TestBug1837(TestCase):
def test_chinese_character_search(self): def test_chinese_character_search(self):
"""Add a task with Chinese characters and search for them.""" """Add a task with Chinese characters and search for them."""
self.t("add 中文测试zzz") self.t("add 中文测试zzz")
code, out, err = self.t("/中/ info") code, out, err = self.t("rc.debug=1 /中/ info")
self.tap(out) self.tap(out)
self.tap(err) self.tap(err)