诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

47 regels
606 B

  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. FAILURE
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <servercmd>
  12. REPLY PASS -ERR invalid login
  13. </servercmd>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <server>
  19. pop3
  20. </server>
  21. <name>
  22. POP3 invalid login
  23. </name>
  24. <command>
  25. pop3://%HOSTIP:%POP3PORT/856 -u user:wrong
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <errorcode>
  32. 67
  33. </errorcode>
  34. #
  35. # The multi interface considers a broken "DO" request as a prematurely broken
  36. # transfer and such a connection will not get a "QUIT"
  37. <protocol>
  38. CAPA
  39. USER user
  40. PASS wrong
  41. </protocol>
  42. </verify>
  43. </testcase>