[Python-checkins] python/dist/src/Lib/test test_types.py,1.56,1.57
doerwalter at users.sourceforge.net
doerwalter at users.sourceforge.net
Fri Feb 6 13:30:43 EST 2004
- Previous message: [Python-checkins] python/nondist/sandbox/decimal/tests
samequantum.decTest, NONE, 1.1 abs.decTest, 1.4,
1.5 add.decTest, 1.4, 1.5 base.decTest, 1.4, 1.5 clamp.decTest,
1.4, 1.5 compare.decTest, 1.4, 1.5 divide.decTest, 1.4,
1.5 divideint.decTest, 1.4, 1.5 inexact.decTest, 1.4,
1.5 max.decTest, 1.4, 1.5 min.decTest, 1.4, 1.5 minus.decTest,
1.4, 1.5 multiply.decTest, 1.4, 1.5 normalize.decTest, 1.4,
1.5 plus.decTest, 1.4, 1.5 power.decTest, 1.4,
1.5 quantize.decTest, 1.2, 1.3 randomBound32.decTest, 1.4,
1.5 randoms.decTest, 1.4, 1.5 remainder.decTest, 1.4,
1.5 remainderNear.decTest, 1.4, 1.5 rescale.decTest, 1.4,
1.5 rounding.decTest, 1.4, 1.5 squareroot.decTest, 1.4,
1.5 subtract.decTest, 1.4, 1.5 testall.decTest, 1.4,
1.5 tointegral.decTest, 1.1, 1.2 trim.decTest, 1.4, 1.5
- Next message: [Python-checkins] python/dist/src/Python ceval.c,2.373,2.374
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8301/Lib/test
Modified Files:
test_types.py
Log Message:
Fix test failure message (from SF patch #885008)
Index: test_types.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_types.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** test_types.py 8 Dec 2003 11:38:45 -0000 1.56
--- test_types.py 6 Feb 2004 18:30:31 -0000 1.57
***************
*** 29,33 ****
if 0 or 0: raise TestFailed, '0 or 0 is true instead of false'
if 1 and 1: pass
! else: raise TestFailed, '1 and 1 is false instead of false'
if not 1: raise TestFailed, 'not 1 is true instead of false'
--- 29,33 ----
if 0 or 0: raise TestFailed, '0 or 0 is true instead of false'
if 1 and 1: pass
! else: raise TestFailed, '1 and 1 is false instead of true'
if not 1: raise TestFailed, 'not 1 is true instead of false'
- Previous message: [Python-checkins] python/nondist/sandbox/decimal/tests
samequantum.decTest, NONE, 1.1 abs.decTest, 1.4,
1.5 add.decTest, 1.4, 1.5 base.decTest, 1.4, 1.5 clamp.decTest,
1.4, 1.5 compare.decTest, 1.4, 1.5 divide.decTest, 1.4,
1.5 divideint.decTest, 1.4, 1.5 inexact.decTest, 1.4,
1.5 max.decTest, 1.4, 1.5 min.decTest, 1.4, 1.5 minus.decTest,
1.4, 1.5 multiply.decTest, 1.4, 1.5 normalize.decTest, 1.4,
1.5 plus.decTest, 1.4, 1.5 power.decTest, 1.4,
1.5 quantize.decTest, 1.2, 1.3 randomBound32.decTest, 1.4,
1.5 randoms.decTest, 1.4, 1.5 remainder.decTest, 1.4,
1.5 remainderNear.decTest, 1.4, 1.5 rescale.decTest, 1.4,
1.5 rounding.decTest, 1.4, 1.5 squareroot.decTest, 1.4,
1.5 subtract.decTest, 1.4, 1.5 testall.decTest, 1.4,
1.5 tointegral.decTest, 1.1, 1.2 trim.decTest, 1.4, 1.5
- Next message: [Python-checkins] python/dist/src/Python ceval.c,2.373,2.374
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list