Message202233
Working from ce08158e3f6c with 8.5.15 on Windows, I get the same failures with a different AssertionError:
======================================================================
FAIL: test_insertwidth (tkinter.test.test_tkinter.test_widgets.EntryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\test_tkinter\test_widget
s.py", line 340, in test_insertwidth
self.checkParam(widget, 'insertwidth', 0.9)
File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 6
6, in checkParam
self.assertEqual2(widget[name], expected, eq=eq)
File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 5
0, in assertEqual2
self.assertEqual(actual, expected, msg)
AssertionError: 1 != 0.9
======================================================================
FAIL: test_insertwidth (tkinter.test.test_tkinter.test_widgets.SpinboxTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\test_tkinter\test_widget
s.py", line 340, in test_insertwidth
self.checkParam(widget, 'insertwidth', 0.9)
File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 6
6, in checkParam
self.assertEqual2(widget[name], expected, eq=eq)
File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 5
0, in assertEqual2
self.assertEqual(actual, expected, msg)
AssertionError: 1 != 0.9
By the way, thank you for all the work you're doing on this, Serhiy! |
|
Date |
User |
Action |
Args |
2013-11-05 19:32:56 | zach.ware | set | recipients:
+ zach.ware, terry.reedy, gpolo, ned.deily, python-dev, serhiy.storchaka, vajrasky |
2013-11-05 19:32:56 | zach.ware | set | messageid: <1383679976.49.0.810682757969.issue19085@psf.upfronthosting.co.za> |
2013-11-05 19:32:56 | zach.ware | link | issue19085 messages |
2013-11-05 19:32:56 | zach.ware | create | |
|