~james-page/ubuntu/oneiric/curl/minimal-udeb

« back to all changes in this revision

Viewing changes to tests/data/test809

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-05-02 19:12:31 UTC
  • mfrom: (3.4.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110502191231-1hiklg06nzo62ws8
Tags: 7.21.6-1ubuntu1
* Merge from debian unstable (LP: #775794), remaining changes:
  - debian/control:
    + Build-Depends: Replace libssh2-1-dev with openssh-server.
      Drop stunnel since it's in universe, as well.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
POP3
 
5
LIST
 
6
FAILURE
 
7
</keywords>
 
8
</info>
 
9
 
 
10
#
 
11
# Server-side
 
12
<reply>
 
13
<servercmd>
 
14
REPLY LIST -ERR no such message
 
15
</servercmd>
 
16
</reply>
 
17
 
 
18
#
 
19
# Client-side
 
20
<client>
 
21
<server>
 
22
pop3
 
23
</server>
 
24
 <name>
 
25
POP3 LIST invalid message
 
26
 </name>
 
27
 <command>
 
28
pop3://%HOSTIP:%POP3PORT/809 -l -u user:secret
 
29
</command>
 
30
</client>
 
31
 
 
32
#
 
33
# Verify data after the test has been "shot"
 
34
<verify>
 
35
<errorcode>
 
36
78
 
37
</errorcode>
 
38
<protocol>
 
39
USER user
 
40
PASS secret
 
41
LIST 809
 
42
QUIT
 
43
</protocol>
 
44
</verify>
 
45
</testcase>