[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container/tests - test_contents.py:1.5

Jim Fulton jim@zope.com
Wed, 12 Feb 2003 15:42:47 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/container/tests
In directory cvs.zope.org:/tmp/cvs-serv23406/src/zope/app/browser/container/tests

Modified Files:
	test_contents.py 
Log Message:
Disabled a rename test that was failing.

This test and the code it is testing should not have been
checked into the head until it was working.

In the future, anyone who *knowingly* checks changes that cause test
failures into the head will risk loss of check-in privileges.



=== Zope3/src/zope/app/browser/container/tests/test_contents.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/container/tests/test_contents.py:1.4	Tue Feb 11 10:59:30 2003
+++ Zope3/src/zope/app/browser/container/tests/test_contents.py	Wed Feb 12 15:42:46 2003
@@ -147,7 +147,11 @@
         urls = map( lambda x: x['url'], info_list )
         self.assert_( 'subcontainer' in urls )
 
-    def testRename( self ):
+    # XXX This test fails dur to:
+    # - inadequate setup and
+    # - bugs in the code it's testing.
+    # :(
+    def XXXtestRename( self ):
         container = self._TestView__newContext()
         fc = self._TestView__newView( container )
         ids=['document1', 'document2']