[Python-Dev] test_tk failing (original) (raw)

Guilherme Polo ggpolo at gmail.com
Thu Feb 12 11:37:06 CET 2009


On Thu, Feb 12, 2009 at 6:59 AM, Raymond Hettinger <python at rcn.com> wrote:

C:\py27>py27 lib\test\regrtest.py -uall testtk testtk test testtk failed -- Traceback (most recent call last): File "c:\py27\lib\lib-tk\test\testtkinter\testtext.py", line 32, in testsearch self.failUnlessEqual(text.search('-test', '1.0', 'end'), '1.2') AssertionError: <textindex object at 0140D708> != '1.2'

1 test failed: testtk [35724 refs]

C:\py31>py31 lib\test\regrtest.py -uall testtk testtk test testtk failed -- Traceback (most recent call last): File "c:\py31\lib\tkinter\test\testtkinter\testtext.py", line 32, in testsearch self.failUnlessEqual(text.search('-test', '1.0', 'end'), '1.2') AssertionError: <textindex object at 0x010A33F0> != '1.2' 1 test failed: testtk [73837 refs]

http://bugs.python.org/issue5193

-- -- Guilherme H. Polo Goncalves



More information about the Python-Dev mailing list