]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test856
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test856
1 <testcase>
2 <info>
3 <keywords>
4 POP3
5 FAILURE
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 <servercmd>
13 REPLY PASS -ERR invalid login
14 </servercmd>
15 </reply>
16
17 #
18 # Client-side
19 <client>
20 <server>
21 pop3
22 </server>
23  <name>
24 POP3 invalid login
25  </name>
26  <command>
27 pop3://%HOSTIP:%POP3PORT/856 -u user:wrong
28 </command>
29 </client>
30
31 #
32 # Verify data after the test has been "shot"
33 <verify>
34 <errorcode>
35 67
36 </errorcode>
37 #
38 # The multi interface considers a broken "DO" request as a prematurely broken
39 # transfer and such a connection will not get a "QUIT"
40 <protocol>
41 CAPA\r
42 USER user\r
43 PASS wrong\r
44 </protocol>
45 </verify>
46 </testcase>