[Zodb-checkins] CVS: ZEO/ZEO/tests - testZEO.py:1.16.4.4.2.3

Jeremy Hylton jeremy@zope.com
Wed, 1 May 2002 15:12:46 -0400


Update of /cvs-repository/ZEO/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv19538

Modified Files:
      Tag: ZEO2-branch
	testZEO.py 
Log Message:
temporarily disable two broken tests


=== ZEO/ZEO/tests/testZEO.py 1.16.4.4.2.2 => 1.16.4.4.2.3 ===
         self._dostore(data=obj)
 
-    def checkCommitLockOnCommit(self):
-        self._checkCommitLock("tpc_finish")
+##    def checkCommitLockOnCommit(self):
+##        self._checkCommitLock("tpc_finish")
 
-    def checkCommitLockOnAbort(self):
-        self._checkCommitLock("tpc_abort")
+##    def checkCommitLockOnAbort(self):
+##        self._checkCommitLock("tpc_abort")
 
     def _checkCommitLock(self, method_name):
         # check the commit lock when a client attemps a transaction,