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 Saimadhav.Heblikar, jesstess, ned.deily, python-dev, terry.reedy
Date 2014-05-28.16:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401294425.64.0.63751124599.issue21477@psf.upfronthosting.co.za>
In-reply-to
Content
Summary for 
htest-28052014-34.diff and htest-28052014-27.diff

1. Add htest for GrepDialog,UndoDelegator and configDialog
2. Makes changes to the way the help string is displayed. The label has been replaced by a text widget made to look like a label, and also scrollable. The result is that the htest root dialog stays in the same place and same size throughout.(See the code for more information).
3. Some minor change to spec dict strings and in ObjectBrowser for child dialog placement.

With this, it leaves AutoCompleteWindow, TkMessageBoxes, Debugger(from 21477-htest.txt) to be tested. 

OutputWindow - already being tested from GrepDialog. There is nothing extra to be tested separately.

FileList - Is it already being tested through EditorWindow?
In case there is a need to test them, please say so. The code is ready.

RemoteDebugger and RemoteObjectBrowser - I need some input on how to begin with them.


Next: Apart from the above htest, a way to destroy the child when user clicks 'next', for certain modules like ClassBrowser, which don't work by the method of http://bugs.python.org/msg219161
History
Date User Action Args
2014-05-28 16:27:05Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, ned.deily, jesstess, python-dev
2014-05-28 16:27:05Saimadhav.Heblikarsetmessageid: <1401294425.64.0.63751124599.issue21477@psf.upfronthosting.co.za>
2014-05-28 16:27:05Saimadhav.Heblikarlinkissue21477 messages
2014-05-28 16:27:04Saimadhav.Heblikarcreate