juergen 2003/11/12 06:03:45
Modified: testsuite/testsuite/junit/xmltestcases/BIND/functional/move
moveSingleFolder_overwrite_notBound2.xml
Log:
fix upper/lower case problem that show up on unix (mhm)
Revision Changes Path
1.5 +22 -22
jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/move/moveSingleFolder_overwrite_notBound2.xml
Index: moveSingleFolder_overwrite_notBound2.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/move/moveSingleFolder_overwrite_notBound2.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- moveSingleFolder_overwrite_notBound2.xml 4 Nov 2003 12:09:13 -0000 1.4
+++ moveSingleFolder_overwrite_notBound2.xml 12 Nov 2003 14:03:45 -0000 1.5
@@ -3,29 +3,29 @@
<test>
<specification>
<abstract>Check if MOVE a folder into a bound resource works when overwrite is
true.</abstract>
- <description>Test steps are:
- - Create test folder structure.
- - Make a bind of a folder(testFolderB->testFolderA/testFolderAAA
and testFolderD->testFolderA/testFolderAAA)
- - Perform a move on a third folder and try to overwrite the original
bound folder (testFolderA/testFolderAA)
- - Check if bind is still there.</description>
+ <description>Test steps are:
+ - Create test folder structure.
+ - Make a bind of a folder(testFolderB->testFolderA/testFolderAAA and
testFolderD->testFolderA/testFolderAAA)
+ - Perform a move on a third folder and try to overwrite the original bound
folder (testFolderA/testFolderAA)
+ - Check if bind is still there.</description>
<expectedResult>Bind is there after move.</expectedResult>
</specification>
<!-- Create test folder structure:
- <store>
- +- -testFolderA
- +- -testFolderAA
- +- -testFolderAAA
- +-
-testFile.html
- +- -testFolderAAB
- +- -testFolderB
- +- -testFolderC
- +- -testFolderAA
- +- -testFolderAAA
- +-
-testFile.html
- +-
-testFile2.html
- +- -testFolderCAA
- +- -testFolderD
- -->
+ <store>
+ +- -testFolderA
+ +- -testFolderAA
+ +- -testFolderAAA
+ +- -testFile.html
+ +- -testFolderAAB
+ +- -testFolderB
+ +- -testFolderC
+ +- -testFolderAA
+ +- -testFolderAAA
+ +- -testFile.html
+ +- -testFile2.html
+ +- -testFolderCAA
+ +- -testFolderD
+ -->
<step>
<request>
<command varUsage="globalVariableCollection,globalVariableServerName">MKCOL
/%globalVariableServerName%/%globalVariableCollection%/testFolderA HTTP/1.1</command>
@@ -184,7 +184,7 @@
<command varUsage="globalVariableCollection,globalVariableServerName">PUT
/%globalVariableServerName%/%globalVariableCollection%/testFolderD/testFolderAAA/testFile.html
HTTP/1.1</command>
<header>Content-Type: text/plain</header>
<header>Overwrite: T</header>
- <body fileReference="../../../contentDirectory/txt13k.txt" />
+ <body fileReference="../../../contentDirectory/txt13K.txt" />
</request>
<response>
<command>HTTP/1.0 204 No Content</command>
@@ -196,7 +196,7 @@
</request>
<response>
<command>HTTP/1.0 200 OK</command>
- <body fileReference="../../../contentDirectory/txt13k.txt" />
+ <body fileReference="../../../contentDirectory/txt13K.txt" />
</response>
</step>
<!-- Delete the created folders (or collections) -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]