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

« back to all changes in this revision

Viewing changes to tests/data/test811

  • 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
 
<testcase>
2
 
<info>
3
 
<keywords>
4
 
POP3
5
 
LIST
6
 
</keywords>
7
 
</info>
8
 
 
9
 
#
10
 
# Server-side
11
 
<reply>
12
 
<servercmd>
13
 
REPLY LIST +OK but no messages\r\n.
14
 
</servercmd>
15
 
<datacheck>
16
 
</datacheck>
17
 
</reply>
18
 
 
19
 
#
20
 
# Client-side
21
 
<client>
22
 
<server>
23
 
pop3
24
 
</server>
25
 
 <name>
26
 
POP3 LIST no messages available
27
 
 </name>
28
 
 <command>
29
 
pop3://%HOSTIP:%POP3PORT/ -u user:secret
30
 
</command>
31
 
</client>
32
 
 
33
 
#
34
 
# Verify data after the test has been "shot"
35
 
<verify>
36
 
<protocol>
37
 
CAPA
38
 
USER user
39
 
PASS secret
40
 
LIST
41
 
QUIT
42
 
</protocol>
43
 
</verify>
44
 
</testcase>