[Zope-Checkins]
SVN: Zope/trunk/lib/python/webdav/tests/testPUT_factory.py
fixed wording
Andreas Jung
andreas at andreas-jung.com
Sat Jan 13 04:21:23 EST 2007
Log message for revision 71993:
fixed wording
Changed:
U Zope/trunk/lib/python/webdav/tests/testPUT_factory.py
-=-
Modified: Zope/trunk/lib/python/webdav/tests/testPUT_factory.py
===================================================================
--- Zope/trunk/lib/python/webdav/tests/testPUT_factory.py 2007-01-12 23:36:44 UTC (rev 71992)
+++ Zope/trunk/lib/python/webdav/tests/testPUT_factory.py 2007-01-13 09:21:21 UTC (rev 71993)
@@ -80,7 +80,7 @@
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')
More information about the Zope-Checkins
mailing list