Commit e2b6f25b authored by Jeremy Hylton's avatar Jeremy Hylton

NotImplemented ain't an error.

parent d80476ca
......@@ -282,7 +282,7 @@ class RaceConditionBase(BerkeleyTestBase):
get_transaction().abort()
def _getPackThread(self, storage):
raise NotImplemented
raise NotImplementedError
def testRaceCondition(self):
unless = self.failUnless
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment