CVS: Products/Basket/tests - testBasket.py:1.35

Chris McDonough <[email protected]> Sat, 26 Nov 2005 16:45:50 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/Basket/tests
In directory cvs.zope.org:/tmp/cvs-serv18437/tests

Modified Files:
	testBasket.py 
Log Message:
Doh.  Don't print.


=== Products/Basket/tests/testBasket.py 1.34 => 1.35 ===
--- Products/Basket/tests/testBasket.py:1.34	Sat Nov 26 16:40:44 2005
+++ Products/Basket/tests/testBasket.py	Sat Nov 26 16:45:19 2005
@@ -201,8 +201,6 @@
         result = basket.initialize(DummyProductContext('Basket'))
         basket.cleanup()
 
-        print result
-
         expected = [x for x in result if (x and x.startswith('external method')
                                           )]
         self.assertEqual(expected[0], 'external method')

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS