Rev 4761: Remove a bogus 'print' statement in the tests in http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple

John Arbash Meinel john at arbash-meinel.com
Wed Oct 7 20:34:37 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple

------------------------------------------------------------
revno: 4761
revision-id: john at arbash-meinel.com-20091007193422-5gddlqpk0mrujtw7
parent: john at arbash-meinel.com-20091007193139-5etl1h2f1jad4j13
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1-static-tuple
timestamp: Wed 2009-10-07 14:34:22 -0500
message:
  Remove a bogus 'print' statement in the tests
-------------- next part --------------
=== modified file 'bzrlib/tests/test__static_tuple.py'
--- a/bzrlib/tests/test__static_tuple.py	2009-10-07 19:31:39 +0000
+++ b/bzrlib/tests/test__static_tuple.py	2009-10-07 19:34:22 +0000
@@ -327,7 +327,6 @@
     def test__c_intern_handles_refcount(self):
         if self.module is _static_tuple_py:
             return # Not applicable
-        print
         unique_str1 = 'unique str ' + osutils.rand_chars(20)
         unique_str2 = 'unique str ' + osutils.rand_chars(20)
         key = self.module.StaticTuple(unique_str1, unique_str2)



More information about the bazaar-commits mailing list