12345678910111213141516171819202122232425262728293031323334 |
- <testcase>
- <info>
- <keywords>
- FILE
- FAILURE
- </keywords>
- </info>
- # Server-side
- <reply>
- <data>
- </data>
- </reply>
- # Client-side
- <client>
- <server>
- file
- </server>
- <name>
- missing file:// file
- </name>
- <command>
- file://localhost/%PWD/%LOGDIR/non-existent-file.txt
- </command>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 37
- </errorcode>
- </verify>
- </testcase>
|