test1220 436 B

123456789101112131415161718192021222324252627282930
  1. <testcase>
  2. # Server-side
  3. <reply>
  4. <data>
  5. </data>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. file
  11. </server>
  12. <name>
  13. file:// URLs with query string
  14. </name>
  15. <command>
  16. file://localhost/%PWD/log/test1220.txt?a_query=foobar#afragment
  17. </command>
  18. <file name="log/test1220.txt">
  19. contents in a single file
  20. </file>
  21. </client>
  22. # Verify data after the test has been "shot"
  23. <verify>
  24. <stdout>
  25. contents in a single file
  26. </stdout>
  27. </verify>
  28. </testcase>