123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <testcase>
- <info>
- <keywords>
- FILE
- </keywords>
- </info>
- # Server-side
- <reply>
- <data>
- foo
- bar
- bar
- foo
- moo
- </data>
- </reply>
- # Client-side
- <client>
- <server>
- file
- </server>
- <name>
- file:/path URL with a single slash
- </name>
- <command>
- file:%PWD/log/test203.txt
- </command>
- <file name="log/test203.txt">
- foo
- bar
- bar
- foo
- moo
- </file>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- </verify>
- </testcase>
|