You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2003/08/27 14:11:39 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/where/eq displayNameNonExistent.xml

juergen     2003/08/27 05:11:39

  Modified:    testsuite/testsuite/junit/xmltestcases/DASL/functional/where/eq
                        displayNameNonExistent.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/where/eq/displayNameNonExistent.xml
  
  Index: displayNameNonExistent.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/where/eq/displayNameNonExistent.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- displayNameNonExistent.xml	13 Aug 2002 12:45:02 -0000	1.2
  +++ displayNameNonExistent.xml	27 Aug 2003 12:11:39 -0000	1.3
  @@ -2,17 +2,17 @@
   <!DOCTYPE test SYSTEM "../../../../../Tprocessor.dtd">
   <test>
   	<specification>
  -		<abstract> A Property is searched for, where the displayname must match the specified string. 
  -		However, no file exists with the given displayname.</abstract>
  +		<abstract> A Property is searched for, where the getcontenttype must match the specified string. 
  +		However, no file exists with the given getcontenttype.</abstract>
   		<pre-Requisite>A collection has been created and defined in tprocessor.cmd.</pre-Requisite>
   		<description>
   		1) A document is Put on to the server. This does NOT have a display name equal to that specified within the search.
   		Therefore, its properties should not be returned by the Search.
  -		2) A Search is performed. The displayname requested does not exist.
  +		2) A Search is performed. The getcontenttype requested does not exist.
   		3) The document is deleted.
   		</description>
   		<expectedResult>A 207 Multi-Status response code should be returned with nothing in the body. No file has matched
  -		the specified displayname.</expectedResult>
  +		the specified getcontenttype.</expectedResult>
   	</specification>
   	<step>
   		<request>
  @@ -38,7 +38,7 @@
   						<D:basicsearch>	
   							<D:select>
     								<D:prop>
  -    									<D:displayname/>
  +    									
       									<D:getcontentlength/>
       									<D:getcontenttype/>
     								</D:prop>
  @@ -52,7 +52,7 @@
   							<D:where>
     								<D:eq>
       									<D:prop>
  -      										<D:displayname/>
  +      										<D:getcontenttype/>
       									</D:prop>
     									<D:literal>doesntexist.xml</D:literal>
     								</D:eq>