Commit fb607f60 authored by Andreas Jung's avatar Andreas Jung

fixed wording

parent 00cce9b1
......@@ -80,7 +80,7 @@ class TestPUTFactory(unittest.TestCase):
put = request.traverse('/A/B/a')
put(request, request.RESPONSE)
# PUT should no acquire A.a
self.assertEqual(str(self.app.A.a), 'I am file a', 'PUT factory should acquire content')
self.assertEqual(str(self.app.A.a), 'I am file a', 'PUT factory not should acquire content')
# check for the newly created file
self.assertEqual(str(self.app.A.B.a), 'bar')
......
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