[Zope-CVS] CVS: Products/Basket/tests - testBasket.py:1.35

Chris McDonough chrism at plope.com
Sat Nov 26 16:45:50 EST 2005


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')



More information about the Zope-CVS mailing list