juergen     2002/08/01 04:44:24

  Modified:    testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/LockedVCR
                        Update.xml
  Log:
  1) fixed a spelling error
  2) send a body at the update method (currently an invalid href)
  
  Revision  Changes    Path
  1.4       +7 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/LockedVCR/Update.xml
  
  Index: Update.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/LockedVCR/Update.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Update.xml        1 Aug 2002 09:28:43 -0000       1.3
  +++ Update.xml        1 Aug 2002 11:44:24 -0000       1.4
  @@ -50,13 +50,19 @@
                        <command 
varUsage="globalVariableCollection,globalVariableServerName">UPDATE 
/%globalVariableServerName%/%globalVariableCollection%/LockedVCR.xml HTTP/1.1</command>
                        <header>Content-type: text/xml; charset="utf-8"</header>
                        <header varUsage="automaticVariable1">If: 
(&lt;%varUsage%&gt;)</header>
  +                     <body><![CDATA[<?xml version="1.0"?>
  +                         <D:update xmlns:D="DAV:">
  +                         <D:version>
  +                                     <D:href>invalid VR href reference</D:href>
  +                         </D:version>
  +                         </D:update>]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName" varDefinition="VH" 
varPath="multistatus/response/propstat/prop/version-history/href"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
                                <D:multistatus xmlns:D="DAV:">
                                    <D:response>
  -                                     
<D:href>/%globalVariableServerName%/%globalVariableCollection%/UnlockedR.xml</D:href>
  +                                     
<D:href>/%globalVariableServerName%/%globalVariableCollection%/LockedR.xml</D:href>
                                        <D:status>HTTP/1.1 409 Conflict</D:status>
                                        <D:responsedescription>
                                            <D:error>
  
  
  

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

Reply via email to