1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <testcase>
- <info>
- <keywords>
- FILE
- </keywords>
- </info>
- <reply>
- <data>
- foo
- bar
- bar
- foo
- moo
- </data>
- </reply>
- # Client-side
- <client>
- <server>
- file
- </server>
- <name>
- basic file:// file
- </name>
- <command>
- file://localhost/%PWD/log/test200.txt
- </command>
- <file name="log/test200.txt">
- foo
- bar
- bar
- foo
- moo
- </file>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- </verify>
- </testcase>
|