~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test800

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<testcase>
2
2
<info>
3
3
<keywords>
4
 
POP3
5
 
RETR
 
4
IMAP
 
5
FETCH
6
6
</keywords>
7
7
</info>
8
8
 
24
24
# Client-side
25
25
<client>
26
26
<server>
27
 
pop3
 
27
imap
28
28
</server>
29
29
 <name>
30
 
POP3 RETR
 
30
IMAP FETCH
31
31
 </name>
32
32
 <command>
33
 
pop3://%HOSTIP:%POP3PORT/800 -u user:secret
 
33
'imap://%HOSTIP:%IMAPPORT/800/;UID=1' -u user:secret
34
34
</command>
35
35
</client>
36
36
 
38
38
# Verify data after the test has been "shot"
39
39
<verify>
40
40
<protocol>
41
 
CAPA
42
 
USER user
43
 
PASS secret
44
 
RETR 800
45
 
QUIT
 
41
A001 CAPABILITY
 
42
A002 LOGIN user secret
 
43
A003 SELECT 800
 
44
A004 FETCH 1 BODY[]
 
45
A005 LOGOUT
46
46
</protocol>
47
47
</verify>
48
48
</testcase>