Tests: Updated to non-deprecated Boolean values

This commit is contained in:
Paul Beckingham
2016-09-04 16:13:23 -04:00
parent 0b729b5d97
commit d8bf209f29
23 changed files with 57 additions and 57 deletions

View File

@@ -63,7 +63,7 @@ class TestUtf8(TestCase):
"""Text alignment in reports with wide utf8 characters"""
# Originally Bug #455 - Text alignment in reports is broken when text
# contains wide utf8 characters
self.t.config("print.empty.columns", "no")
self.t.config("print.empty.columns", "0")
self.t(("add", "abc", "pro:Bar\u263a"))
self.t("add def pro:Foo")