[Zope3-checkins] CVS: Zope3/lib/python/Persistence/tests - testModule.py:1.30

Jeremy Hylton jeremy@zope.com
Fri, 22 Nov 2002 10:18:29 -0500


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

Modified Files:
	testModule.py 
Log Message:
Temporarily disable this test while I figure out why it fails.


=== Zope3/lib/python/Persistence/tests/testModule.py 1.29 => 1.30 ===
--- Zope3/lib/python/Persistence/tests/testModule.py:1.29	Fri Nov 22 00:33:58 2002
+++ Zope3/lib/python/Persistence/tests/testModule.py	Fri Nov 22 10:18:29 2002
@@ -108,7 +108,7 @@
         self.assertEqual(pmtest.f(3), 4)
         self.assertEqual(copy(3), 4)
 
-    def testUpdateClass(self):
+    def XXXtestUpdateClass(self):
         mgr = PersistentModuleManager(self.registry)
         mgr.new("pmtest", src)
         get_transaction().commit()