juergen 2002/07/04 00:06:38
Added: testsuite/testsuite/junit/xmltestcases/DASL/functional/option
option.xml
Log:
Testcase to test Options command. Ensures DASL option and search types are returned.
Revision Changes Path
1.1
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/option/option.xml
Index: option.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
<test>
<specification>
<abstract>An Options command is sent to the server to ensure DASL is
presented
and to check which grammer is supported by the Server.</abstract>
<pre-Requisite>A collection has been created and defined in
tprocessor.cmd.</pre-Requisite>
<description>
1) Options command sent to the server.
</description>
<expectedResult>The result of the options request should confirm the
support of DASL and that the basic search is supported.</expectedResult>
</specification>
<step>
<request>
<command
varUsage="globalVariableCollection,globalVariableServerName"> OPTIONS
/%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
</request>
<response>
<command>HTTP/1.1 200 OK</command>
<header>DAV: 1, 2, slide, version-control, version-history,
checkout-in-place, workspace, working-resource, update, label</header>
<header>Allow: OPTIONS, GET, HEAD, POST, DELETE, TRACE,
PROPFIND, PROPPATCH, COPY, MOVE, LOCK, UNLOCK, REPORT, VERSION-CONTROL, MKWORKSPACE,
CHECKOUT, CHECKIN, UNCHECKOUT, LABEL, UPDATE, SEARCH</header>
<header>DASL: <DAV:basicsearch></header>
<body />
</response>
</step>
</test>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>