luetzkendorf    2005/01/10 10:22:31

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/proppatch/code
                        DAV_CCI.xml DAV_CDI.xml DAV_CIC.xml DAV_CID.xml
                        DAV_CIM.xml DAV_CMI.xml DAV_ICC.xml DAV_ICD.xml
                        DAV_ICM.xml Default_CCI.xml Default_CDI.xml
                        Default_CIC.xml Default_CID.xml Default_CIM.xml
                        Default_CMI.xml Default_ICC.xml Default_ICD.xml
                        Default_ICM.xml
                        
PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml
                        PropPatchDeleteDAVPropertyWithPropFindOnCreationDate.xml
                        PropPatchDeleteDAVPropertyWithPropFindOnETag.xml
                        PropPatchDeleteDAVPropertyWithPropFindOnLastModified.xml
                        
PropPatchDeleteDAVPropertyWithPropFindOnLockDiscovery.xml
                        PropPatchDeleteDAVPropertyWithPropFindOnSource.xml
                        
PropPatchDeleteDAVPropertyWithPropFindOnSupportedLock.xml
                        PropPatchDeleteDAVPropertyWithPropFindOnresourcetype.xml
                        UserDefined_CCI.xml UserDefined_CDI.xml
                        UserDefined_CIC.xml UserDefined_CID.xml
                        UserDefined_CIM.xml UserDefined_CMI.xml
                        UserDefined_ICC.xml UserDefined_ICD.xml
                        UserDefined_ICM.xml proppatch207.xml
  Log:
  adaption to unified and corrected check of precondition violations.
  
  Revision  Changes    Path
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CCI.xml
  
  Index: DAV_CCI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CCI.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_CCI.xml       16 Nov 2004 14:23:41 -0000      1.9
  +++ DAV_CCI.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CDI.xml
  
  Index: DAV_CDI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CDI.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_CDI.xml       16 Nov 2004 14:23:41 -0000      1.9
  +++ DAV_CDI.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -74,7 +74,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CIC.xml
  
  Index: DAV_CIC.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CIC.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_CIC.xml       16 Nov 2004 14:23:41 -0000      1.9
  +++ DAV_CIC.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CID.xml
  
  Index: DAV_CID.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CID.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_CID.xml       16 Nov 2004 14:23:41 -0000      1.9
  +++ DAV_CID.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -68,7 +68,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
       <d:propstat>
         <d:prop>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CIM.xml
  
  Index: DAV_CIM.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CIM.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_CIM.xml       16 Nov 2004 14:23:41 -0000      1.9
  +++ DAV_CIM.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CMI.xml
  
  Index: DAV_CMI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_CMI.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_CMI.xml       16 Nov 2004 14:23:41 -0000      1.9
  +++ DAV_CMI.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_ICC.xml
  
  Index: DAV_ICC.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_ICC.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_ICC.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ DAV_ICC.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_ICD.xml
  
  Index: DAV_ICD.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_ICD.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_ICD.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ DAV_ICD.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -68,7 +68,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
       <d:propstat>
         <d:prop>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_ICM.xml
  
  Index: DAV_ICM.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/DAV_ICM.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DAV_ICM.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ DAV_ICM.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -72,7 +72,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <d:responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</d:responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CCI.xml
  
  Index: Default_CCI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CCI.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_CCI.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_CCI.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CDI.xml
  
  Index: Default_CDI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CDI.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_CDI.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_CDI.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -74,7 +74,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CIC.xml
  
  Index: Default_CIC.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CIC.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_CIC.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_CIC.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CID.xml
  
  Index: Default_CID.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CID.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_CID.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_CID.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -68,7 +68,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
       <d:propstat>
         <d:prop>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CIM.xml
  
  Index: Default_CIM.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CIM.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_CIM.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_CIM.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CMI.xml
  
  Index: Default_CMI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_CMI.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Default_CMI.xml   16 Nov 2004 14:23:42 -0000      1.9
  +++ Default_CMI.xml   10 Jan 2005 18:22:30 -0000      1.10
  @@ -72,7 +72,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_ICC.xml
  
  Index: Default_ICC.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_ICC.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_ICC.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_ICC.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_ICD.xml
  
  Index: Default_ICD.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_ICD.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_ICD.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_ICD.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -68,7 +68,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
       <d:propstat>
         <d:prop>
  
  
  
  1.11      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_ICM.xml
  
  Index: Default_ICM.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/Default_ICM.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Default_ICM.xml   16 Nov 2004 14:23:42 -0000      1.10
  +++ Default_ICM.xml   10 Jan 2005 18:22:30 -0000      1.11
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.12      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml 13 Dec 2004 
14:05:31 -0000      1.11
  +++ PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml 10 Jan 2005 
18:22:30 -0000      1.12
  @@ -50,7 +50,7 @@
           <d:getcontentlength />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;getcontentlength xmlns="DAV:" /&gt; 
is protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.8       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnCreationDate.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnCreationDate.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnCreationDate.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropPatchDeleteDAVPropertyWithPropFindOnCreationDate.xml  16 Nov 2004 
14:23:42 -0000      1.7
  +++ PropPatchDeleteDAVPropertyWithPropFindOnCreationDate.xml  10 Jan 2005 
18:22:30 -0000      1.8
  @@ -50,7 +50,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.8       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnETag.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnETag.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnETag.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropPatchDeleteDAVPropertyWithPropFindOnETag.xml  16 Nov 2004 14:23:42 
-0000      1.7
  +++ PropPatchDeleteDAVPropertyWithPropFindOnETag.xml  10 Jan 2005 18:22:30 
-0000      1.8
  @@ -50,7 +50,7 @@
           <d:getetag />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;getetag xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.8       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnLastModified.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnLastModified.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnLastModified.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropPatchDeleteDAVPropertyWithPropFindOnLastModified.xml  16 Nov 2004 
14:23:42 -0000      1.7
  +++ PropPatchDeleteDAVPropertyWithPropFindOnLastModified.xml  10 Jan 2005 
18:22:30 -0000      1.8
  @@ -50,7 +50,7 @@
           <d:getlastmodified />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;getlastmodified xmlns="DAV:" /&gt; 
is protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.14      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnLockDiscovery.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnLockDiscovery.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnLockDiscovery.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- PropPatchDeleteDAVPropertyWithPropFindOnLockDiscovery.xml 16 Nov 2004 
14:23:42 -0000      1.13
  +++ PropPatchDeleteDAVPropertyWithPropFindOnLockDiscovery.xml 10 Jan 2005 
18:22:30 -0000      1.14
  @@ -42,7 +42,7 @@
           <d:lockdiscovery />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;lockdiscovery xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.7       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnSource.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnSource.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnSource.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PropPatchDeleteDAVPropertyWithPropFindOnSource.xml        16 Nov 2004 
14:23:42 -0000      1.6
  +++ PropPatchDeleteDAVPropertyWithPropFindOnSource.xml        10 Jan 2005 
18:22:30 -0000      1.7
  @@ -50,7 +50,7 @@
           <d:source />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;source xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.8       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnSupportedLock.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnSupportedLock.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnSupportedLock.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropPatchDeleteDAVPropertyWithPropFindOnSupportedLock.xml 16 Nov 2004 
14:23:42 -0000      1.7
  +++ PropPatchDeleteDAVPropertyWithPropFindOnSupportedLock.xml 10 Jan 2005 
18:22:30 -0000      1.8
  @@ -50,7 +50,7 @@
           <d:supportedlock />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;supportedlock xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.8       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnresourcetype.xml
  
  Index: PropPatchDeleteDAVPropertyWithPropFindOnresourcetype.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnresourcetype.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropPatchDeleteDAVPropertyWithPropFindOnresourcetype.xml  16 Nov 2004 
14:23:42 -0000      1.7
  +++ PropPatchDeleteDAVPropertyWithPropFindOnresourcetype.xml  10 Jan 2005 
18:22:30 -0000      1.8
  @@ -50,7 +50,7 @@
           <d:resourcetype />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;resourcetype xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CCI.xml
  
  Index: UserDefined_CCI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CCI.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_CCI.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ UserDefined_CCI.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CDI.xml
  
  Index: UserDefined_CDI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CDI.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_CDI.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ UserDefined_CDI.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -74,7 +74,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CIC.xml
  
  Index: UserDefined_CIC.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CIC.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_CIC.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ UserDefined_CIC.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CID.xml
  
  Index: UserDefined_CID.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CID.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_CID.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ UserDefined_CID.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -68,7 +68,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
       <d:propstat>
         <d:prop>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CIM.xml
  
  Index: UserDefined_CIM.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CIM.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_CIM.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ UserDefined_CIM.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CMI.xml
  
  Index: UserDefined_CMI.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_CMI.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_CMI.xml       16 Nov 2004 14:23:42 -0000      1.9
  +++ UserDefined_CMI.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_ICC.xml
  
  Index: UserDefined_ICC.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_ICC.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_ICC.xml       16 Nov 2004 14:23:43 -0000      1.9
  +++ UserDefined_ICC.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_ICD.xml
  
  Index: UserDefined_ICD.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_ICD.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_ICD.xml       16 Nov 2004 14:23:43 -0000      1.9
  +++ UserDefined_ICD.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -68,7 +68,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
       <d:propstat>
         <d:prop>
  
  
  
  1.10      +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_ICM.xml
  
  Index: UserDefined_ICM.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/UserDefined_ICM.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- UserDefined_ICM.xml       16 Nov 2004 14:23:43 -0000      1.9
  +++ UserDefined_ICM.xml       10 Jan 2005 18:22:30 -0000      1.10
  @@ -71,7 +71,7 @@
           <d:creationdate />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;creationdate xmlns="DAV:" /&gt; is 
protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  
  1.8       +2 -2      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/proppatch207.xml
  
  Index: proppatch207.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/proppatch207.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- proppatch207.xml  16 Nov 2004 14:23:43 -0000      1.7
  +++ proppatch207.xml  10 Jan 2005 18:22:30 -0000      1.8
  @@ -43,7 +43,7 @@
           <getlastmodified />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;getlastmodified xmlns="DAV:" /&gt; 
is protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  @@ -77,7 +77,7 @@
           <getlastmodified />
         </d:prop>
         <d:status>HTTP/1.1 409 Conflict</d:status>
  -      <responsedescription>Property &lt;getlastmodified xmlns="DAV:" /&gt; 
is protected</responsedescription>
  +      
<d:responsedescription><d:error><d:cannot-modify-protected-property/></d:error></d:responsedescription>
       </d:propstat>
     </d:response>
   </d:multistatus>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to