xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | FILE |
| 5 | </keywords> |
| 6 | </info> |
| 7 | |
| 8 | # Server-side |
| 9 | <reply> |
| 10 | <data> |
| 11 | foo |
| 12 | bar |
| 13 | bar |
| 14 | foo |
| 15 | moo |
| 16 | </data> |
| 17 | </reply> |
| 18 | |
| 19 | # Client-side |
| 20 | <client> |
| 21 | <server> |
| 22 | file |
| 23 | </server> |
| 24 | <name> |
| 25 | file:/path URL with a single slash |
| 26 | </name> |
| 27 | <setenv> |
| 28 | # Needed for MSYS2 to not convert |
| 29 | MSYS2_ARG_CONV_EXCL=file: |
| 30 | </setenv> |
| 31 | <command option="no-include"> |
| 32 | file:%FILE_PWD/log/test%TESTNUMBER.txt |
| 33 | </command> |
| 34 | <file name="log/test%TESTNUMBER.txt"> |
| 35 | foo |
| 36 | bar |
| 37 | bar |
| 38 | foo |
| 39 | moo |
| 40 | </file> |
| 41 | </client> |
| 42 | |
| 43 | # Verify data after the test has been "shot" |
| 44 | <verify> |
| 45 | </verify> |
| 46 | </testcase> |