qmtest exceptiontest
Rodrigo Belem
rclbelem at gmail.com
Tue Apr 17 22:11:05 UTC 2007
Hi Stefan,
Trying to use QMTest on python2.5 I faced a problem which I've solved
with a small change on the source code. The problem is that on the
file qmtest/qm/test/classes/python.py there is a expression evaluation
"type(exc_info[0]) is types.ClassType" which will always fail on
python2.5. If you check by yourself, you'll see that
"type(exc_info[0])" will return different results on python2.5 and
python2.4, for example.
Please see the attached patch and let me know your opinion about.
Regards,
Rodrigo Belem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qm-exceptiontest.diff
Type: text/x-patch
Size: 982 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/qmtest/attachments/20070417/28565201/attachment.bin>
More information about the qmtest
mailing list