1234567891011121314151617181920212223242526 |
- # Server-side
- <reply>
- <data>
- </data>
- </reply>
- # Client-side
- <client>
- <server>
- none
- </server>
- <name>
- missing file:// file
- </name>
- <command>
- file://localhost/%PWD/log/non-existant-file.txt
- </command>
- </test>
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 37
- </errorcode>
- </verify>
|