[Python-checkins] cpython (3.3): Revert wrong change in previous commit (issue #19085).

serhiy.storchaka python-checkins at python.org
Tue Nov 5 21:04:35 CET 2013


http://hg.python.org/cpython/rev/bec6df56c053
changeset:   86956:bec6df56c053
branch:      3.3
parent:      86952:21fbe3ec90dc
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue Nov 05 22:01:46 2013 +0200
summary:
  Revert wrong change in previous commit (issue #19085).

files:
  Lib/tkinter/test/test_tkinter/test_widgets.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/tkinter/test/test_tkinter/test_widgets.py b/Lib/tkinter/test/test_tkinter/test_widgets.py
--- a/Lib/tkinter/test/test_tkinter/test_widgets.py
+++ b/Lib/tkinter/test/test_tkinter/test_widgets.py
@@ -337,7 +337,7 @@
         if pixels_round(0.9) <= 0:
             self.checkParam(widget, 'insertwidth', 0.9, expected=2)
         else:
-            self.checkParam(widget, 'insertwidth', 0.9)
+            self.checkParam(widget, 'insertwidth', 0.9, expected=1)
 
     def test_invalidcommand(self):
         widget = self.create()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list