Commit 00cce9b1 authored by Andreas Jung's avatar Andreas Jung

removed pdb

parent d93c2f4a
......@@ -76,7 +76,6 @@ class TestPUTFactory(unittest.TestCase):
addDTMLMethod(self.app, 'a', file='I am file a')
manage_addFolder(self.app.A, 'B')
request = self.app.REQUEST
import pdb; pdb.set_trace()
# this should create 'a' within /A/B containing 'bar'
put = request.traverse('/A/B/a')
put(request, request.RESPONSE)
......
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