[issue18592] Idle: test SearchDialogBase.py

Saimadhav Heblikar report at bugs.python.org
Mon Jul 7 15:56:29 CEST 2014


Saimadhav Heblikar added the comment:

Hi,
test_make_entry seems to be failing (for eg: http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.4/builds/306/steps/test/logs/stdio and http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/911/steps/test/logs/stdio)

======================================================================
FAIL: test_make_entry (idlelib.idle_test.test_searchdialogbase.SearchDialogBaseTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/idlelib/idle_test/test_searchdialogbase.py", line 83, in test_make_entry
    equal(egi['row'], 0)
AssertionError: '0' != 0

----------------------------------------------------------------------
Ran 128 tests in 0.779s

FAILED (failures=1)
test test_idle failed


Attach patch fixes it in a straight forward way.

----------
nosy: +sahutd
Added file: http://bugs.python.org/file35883/issue18592-fix.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18592>
_______________________________________


More information about the Python-bugs-list mailing list