test517 801 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. getdate
  5. unittest
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. none
  16. </server>
  17. # tool is what to use instead of 'curl'
  18. <tool>
  19. lib%TESTNUMBER
  20. </tool>
  21. <name>
  22. curl_getdate() testing
  23. </name>
  24. <command>
  25. nothing
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <stdout>
  32. </stdout>
  33. # This test case previously tested an overflow case ("2094 Nov 6 =>
  34. # 2147483647") for 32bit time_t, but since some systems have 64bit time_t and
  35. # handles this (returning 3939840000), and some 64bit-time_t systems don't
  36. # handle this and return -1 for this, it turned very tricky to write a fine
  37. # test case and thus it is now removed until we have a way to write test cases
  38. # for this kind of things.
  39. </verify>
  40. </testcase>