[Zodb-checkins] SVN: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py Removed unnecessary XXX comment.

Tim Peters tim.one at comcast.net
Fri Aug 12 18:51:42 EDT 2005


Log message for revision 37906:
  Removed unnecessary XXX comment.
  

Changed:
  U   ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py

-=-
Modified: ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py
===================================================================
--- ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py	2005-08-12 22:50:32 UTC (rev 37905)
+++ ZODB/branches/anguenot-ordering-beforecommitsubscribers/src/transaction/tests/test_transaction.py	2005-08-12 22:51:41 UTC (rev 37906)
@@ -435,9 +435,6 @@
         self.assertRaises(ValueError, t.addBeforeCommitHook,
                           hook, order=foo())
 
-    # XXX if the type check for whatever reasons gets more complex one
-    # day just add some more tests in here
-
 def test_addBeforeCommitHook():
     """Test addBeforeCommitHook, without order arguments.
 



More information about the Zodb-checkins mailing list