[Zope-Checkins] CVS: Zope3/lib/python/Persistence/tests - testModule.py:1.8

Jeremy Hylton jeremy@zope.com
Mon, 24 Jun 2002 16:07:33 -0400


Update of /cvs-repository/Zope3/lib/python/Persistence/tests
In directory cvs.zope.org:/tmp/cvs-serv12374

Modified Files:
	testModule.py 
Log Message:
add _p_deactivate() and re-test to testBuiltins


=== Zope3/lib/python/Persistence/tests/testModule.py 1.7 => 1.8 ===
         import test
         self.assertEqual(test.f(), len(test.x))
+        test._p_deactivate()
+        self.assertEqual(test.f(), len(test.x))
 
 def test_suite():
     return unittest.makeSuite(TestModule)