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')
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to