Roundup Tracker - Issues

Message1131

Author wc2so1
Recipients
Date 2004-02-26.15:45:12
Message-id
In-reply-to
In the run_tests.py script it appears that unittestgui
has changed slightly with new releases.

The line 

unittestgui.main(suites, minimal)

apparently needs to be changed to

unittestgui.main(suites)

for unittestgui 1.7

I didn't check in this change since I am new to
unittestgui and may be using the wrong version.



History
Date User Action Args
2009-02-03 14:20:37adminlinkissue905149 messages
2009-02-03 14:20:37admincreate