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

« back to all changes in this revision

Viewing changes to tests/data/test815

  • 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
 
RETR
6
 
</keywords>
7
 
</info>
8
 
 
9
 
#
10
 
# Server-side
11
 
<reply>
12
 
<data>
13
 
From: me@somewhere
14
 
To: fake@nowhere
15
 
 
16
 
..body with a single dot first
17
 
...triple dots...
18
 
 
19
 
--
20
 
  yours sincerely
21
 
</data>
22
 
<datacheck>
23
 
From: me@somewhere
24
 
To: fake@nowhere
25
 
 
26
 
.body with a single dot first
27
 
..triple dots...
28
 
 
29
 
--
30
 
  yours sincerely
31
 
</datacheck>
32
 
</reply>
33
 
 
34
 
#
35
 
# Client-side
36
 
<client>
37
 
<server>
38
 
pop3
39
 
</server>
40
 
 <name>
41
 
POP3 RETR with dot-prefixed line
42
 
 </name>
43
 
 <command>
44
 
pop3://%HOSTIP:%POP3PORT/815 -u user:secret
45
 
</command>
46
 
</client>
47
 
 
48
 
#
49
 
# Verify data after the test has been "shot"
50
 
<verify>
51
 
<protocol>
52
 
CAPA
53
 
USER user
54
 
PASS secret
55
 
RETR 815
56
 
QUIT
57
 
</protocol>
58
 
</verify>
59
 
</testcase>