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 terry.reedy
Recipients JayKrish, Todd.Rovito, philwebster, roger.serwy, terry.reedy
Date 2013-08-09.08:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376035985.5.0.849904624971.issue18226@psf.upfronthosting.co.za>
In-reply-to
Content
I got rid of the shutdown warning by replacing EditorWindow with a simple mock, as explained in the test file. Doing so also reduced the running time from about .40 seconds to .25 (it was 1.0+ before I reduced the redundancy of the tests). All the asserts passed after the substitution except for the last. For some reason, the 2nd line of the comment block looses its \n so that lines 2 and 3 get pasted together. I am baffled since the block is almost the same as the previous one. For the moment, I just commented out that test.
History
Date User Action Args
2013-08-09 08:13:05terry.reedysetrecipients: + terry.reedy, roger.serwy, Todd.Rovito, JayKrish, philwebster
2013-08-09 08:13:05terry.reedysetmessageid: <1376035985.5.0.849904624971.issue18226@psf.upfronthosting.co.za>
2013-08-09 08:13:05terry.reedylinkissue18226 messages
2013-08-09 08:13:03terry.reedycreate