[Checkins] SVN: Zope/branches/2.9/lib/python/Testing/tests/test_makerequest.py Belatedly removed test for the reverted 2057 bugfix. Whoops.

Paul Winkler pw_lists at slinkp.com
Tue Apr 11 11:19:31 EDT 2006


Log message for revision 66856:
  Belatedly removed test for the reverted 2057 bugfix. Whoops.
  
  

Changed:
  U   Zope/branches/2.9/lib/python/Testing/tests/test_makerequest.py

-=-
Modified: Zope/branches/2.9/lib/python/Testing/tests/test_makerequest.py
===================================================================
--- Zope/branches/2.9/lib/python/Testing/tests/test_makerequest.py	2006-04-11 14:40:41 UTC (rev 66855)
+++ Zope/branches/2.9/lib/python/Testing/tests/test_makerequest.py	2006-04-11 15:19:30 UTC (rev 66856)
@@ -32,13 +32,6 @@
         item = makerequest(item)
         self.failUnless(hasattr(item, 'REQUEST'))
     
-    def test_dont_break_getPhysicalPath(self):
-        # see http://www.zope.org/Collectors/Zope/2057
-        item = SimpleItem()
-        self.assertEqual(item.getPhysicalPath(), ('',))
-        self.assertEqual(item.getPhysicalPath(),
-                         makerequest(item).getPhysicalPath())
-
     def test_stdout(self):
         # You can pass a stdout arg and it's used by the response.
         import cStringIO



More information about the Checkins mailing list