This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Saimadhav.Heblikar
Recipients JayKrish, Saimadhav.Heblikar, Todd.Rovito, ezio.melotti, philwebster, python-dev, terry.reedy
Date 2014-07-07.13:56:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404741389.78.0.316690022455.issue18592@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-07 13:56:29Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, ezio.melotti, Todd.Rovito, python-dev, JayKrish, philwebster
2014-07-07 13:56:29Saimadhav.Heblikarsetmessageid: <1404741389.78.0.316690022455.issue18592@psf.upfronthosting.co.za>
2014-07-07 13:56:29Saimadhav.Heblikarlinkissue18592 messages
2014-07-07 13:56:29Saimadhav.Heblikarcreate