mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Tests: Added debug info, which makes it look like TW-1837 it working
This commit is contained in:
parent
ee49ce3165
commit
e71be41e72
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue