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

« back to all changes in this revision

Viewing changes to tests/data/test853

  • 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
# We use SLOWDOWN to really exercise the end-of-body parsing over multiple
 
13
# packets
 
14
<servercmd>
 
15
SLOWDOWN
 
16
</servercmd>
 
17
# When doing LIST, we get the default list output hard-coded in the test
 
18
# POP3 server
 
19
<datacheck>
 
20
1 100
 
21
2 4294967400
 
22
4 200
 
23
</datacheck>
 
24
</reply>
 
25
 
 
26
#
 
27
# Client-side
 
28
<client>
 
29
<server>
 
30
pop3
 
31
</server>
 
32
 <name>
 
33
POP3 LIST messages from *SLOW* server
 
34
 </name>
 
35
 <command>
 
36
pop3://%HOSTIP:%POP3PORT/ -u user:secret
 
37
</command>
 
38
</client>
 
39
 
 
40
#
 
41
# Verify data after the test has been "shot"
 
42
<verify>
 
43
<protocol>
 
44
CAPA
 
45
USER user
 
46
PASS secret
 
47
LIST
 
48
QUIT
 
49
</protocol>
 
50
</verify>
 
51
</testcase>