test1220 521 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FILE
  5. URL
  6. </keywords>
  7. </info>
  8. # Server-side
  9. <reply>
  10. <data>
  11. </data>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. file
  17. </server>
  18. <name>
  19. file:// URLs with query string
  20. </name>
  21. <command option="no-include">
  22. file://localhost%FILE_PWD/log/test%TESTNUMBER.txt?a_query=foobar#afragment
  23. </command>
  24. <file name="log/test%TESTNUMBER.txt">
  25. contents in a single file
  26. </file>
  27. </client>
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <stdout>
  31. contents in a single file
  32. </stdout>
  33. </verify>
  34. </testcase>