Commit 09a61159 authored by Jim Fulton's avatar Jim Fulton

Uncommented some test code accidentally left commnted earlier.

parent bb9ff612
......@@ -184,9 +184,9 @@ class Base(TestCase):
transaction.abort()
conn.cacheMinimize()
# list(t)
# self.assert_(100 in t)
# self.assert_(not read)
list(t)
self.assert_(100 in t)
self.assert_(not read)
class MappingBase(Base):
......
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