[Checkins] SVN: z3c.davapp.zopefile/trunk/s Make tests with the latest publisher.

Michael Kerrin michael.kerrin at openapp.ie
Tue Jun 26 13:27:05 EDT 2007


Log message for revision 77109:
  Make tests with the latest publisher.
  

Changed:
  U   z3c.davapp.zopefile/trunk/setup.py
  U   z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/properties.txt

-=-
Modified: z3c.davapp.zopefile/trunk/setup.py
===================================================================
--- z3c.davapp.zopefile/trunk/setup.py	2007-06-26 17:26:00 UTC (rev 77108)
+++ z3c.davapp.zopefile/trunk/setup.py	2007-06-26 17:27:05 UTC (rev 77109)
@@ -1,10 +1,10 @@
 from setuptools import setup, find_packages
 
 setup(name = "z3c.davapp.zopefile",
-      version = "0.1",
+      version = "0.9",
       author = "Michael Kerrin",
       author_email = "michael.kerrin at openapp.ie",
-      url = "http://svn.zope.org/",
+      url = "http://launchpad.net/z3c.dav",
       description = "WebDAV support for zope.file content objects",
       license = "ZPL",
 

Modified: z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/properties.txt
===================================================================
--- z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/properties.txt	2007-06-26 17:26:00 UTC (rev 77108)
+++ z3c.davapp.zopefile/trunk/src/z3c/davapp/zopefile/properties.txt	2007-06-26 17:27:05 UTC (rev 77109)
@@ -80,7 +80,7 @@
           <getcontentlength>55</getcontentlength>
           <resourcetype />
         </prop>
-        <status>HTTP/1.1 200 OK</status>
+        <status>HTTP/1.1 200 Ok</status>
       </propstat>
     </response>
   </multistatus>
@@ -140,7 +140,7 @@
         <prop>
           <displayname />
         </prop>
-        <status>HTTP/1.1 200 OK</status>
+        <status>HTTP/1.1 200 Ok</status>
       </propstat>
     </response>
   </multistatus>
@@ -171,7 +171,7 @@
         <prop>
           <displayname>Test title</displayname>
         </prop>
-        <status>HTTP/1.1 200 OK</status>
+        <status>HTTP/1.1 200 Ok</status>
       </propstat>
     </response>
   </multistatus>
@@ -245,7 +245,7 @@
           <ns1:prop1 xmlns:ns1="examplens:" />
           <ns1:prop2 xmlns:ns1="examplens:" />
         </prop>
-        <status>HTTP/1.1 200 OK</status>
+        <status>HTTP/1.1 200 Ok</status>
       </propstat>
     </response>
   </multistatus>
@@ -278,7 +278,7 @@
           <E:prop1 xmlns:E="examplens:">PROPERTY 1</E:prop1>
           <E:prop2 xmlns:E="examplens:">PROPERTY 2</E:prop2>
         </prop>
-        <status>HTTP/1.1 200 OK</status>
+        <status>HTTP/1.1 200 Ok</status>
       </propstat>
     </response>
   </multistatus>
@@ -317,7 +317,7 @@
           <E:prop1 xmlns:E="examplens:" />
           <E:prop2 xmlns:E="examplens:" />
         </prop>
-        <status>HTTP/1.1 200 OK</status>
+        <status>HTTP/1.1 200 Ok</status>
       </propstat>
     </response>
   </multistatus>
@@ -349,7 +349,7 @@
         <prop>
           <ns1:prop1 xmlns:ns1="examplens:">Only opaque property</ns1:prop1>
         </prop>
-        <status>HTTP/1.1 200 OK</status>
+        <status>HTTP/1.1 200 Ok</status>
       </propstat>
       <propstat>
         <prop>



More information about the Checkins mailing list