From: <jda...@us...> - 2008-08-14 12:44:30
|
Revision: 205 http://pyscard.svn.sourceforge.net/pyscard/?rev=205&view=rev Author: jdaussel Date: 2008-08-14 12:44:39 +0000 (Thu, 14 Aug 2008) Log Message: ----------- commented test output messasge Modified Paths: -------------- trunk/pyscard/src/smartcard/test/framework/testcase_ExclusiveCardConnection.py Modified: trunk/pyscard/src/smartcard/test/framework/testcase_ExclusiveCardConnection.py =================================================================== --- trunk/pyscard/src/smartcard/test/framework/testcase_ExclusiveCardConnection.py 2008-08-01 13:54:24 UTC (rev 204) +++ trunk/pyscard/src/smartcard/test/framework/testcase_ExclusiveCardConnection.py 2008-08-14 12:44:39 UTC (rev 205) @@ -116,7 +116,8 @@ for t in threads: t.join() for t in threads: - print 'Thread %d: transmitted %ld apdus.' % (t.threadindex, t.countTransmitted ) + if 0==1: + print 'Thread %d: transmitted %ld apdus.' % (t.threadindex, t.countTransmitted ) def suite(): suite1 = unittest.makeSuite(testcase_cardmonitorthread) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |