[Zope3-checkins] CVS: ZODB4/src/zodb/storage/tests - test_autopack.py:1.8
Barry Warsaw
barry@wooz.org
Thu, 30 Jan 2003 18:26:14 -0500
Update of /cvs-repository/ZODB4/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv23989
Modified Files:
test_autopack.py
Log Message:
NotImplemented -> NotImplementedError
=== ZODB4/src/zodb/storage/tests/test_autopack.py 1.7 => 1.8 ===
--- ZODB4/src/zodb/storage/tests/test_autopack.py:1.7 Mon Jan 27 11:59:11 2003
+++ ZODB4/src/zodb/storage/tests/test_autopack.py Thu Jan 30 18:26:10 2003
@@ -266,7 +266,7 @@
get_transaction().abort()
def _getPackThread(self, storage):
- raise NotImplemented
+ raise NotImplementedError
def testRaceCondition(self):
unless = self.failUnless