Commit f05875c0 authored by Paul Winkler's avatar Paul Winkler

Belatedly removed test for the reverted 2057 bugfix. Whoops.

parent 5087bb8c
...@@ -32,13 +32,6 @@ class MakerequestTests(unittest.TestCase): ...@@ -32,13 +32,6 @@ class MakerequestTests(unittest.TestCase):
item = makerequest(item) item = makerequest(item)
self.failUnless(hasattr(item, 'REQUEST')) 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): def test_stdout(self):
# You can pass a stdout arg and it's used by the response. # You can pass a stdout arg and it's used by the response.
import cStringIO import cStringIO
......
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