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

« back to all changes in this revision

Viewing changes to tests/data/test813

  • 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
 
FAILURE
6
 
</keywords>
7
 
</info>
8
 
 
9
 
#
10
 
# Server-side
11
 
<reply>
12
 
<servercmd>
13
 
REPLY PASS -ERR invalid login
14
 
</servercmd>
15
 
</reply>
16
 
 
17
 
#
18
 
# Client-side
19
 
<client>
20
 
<server>
21
 
pop3
22
 
</server>
23
 
 <name>
24
 
POP3 invalid login
25
 
 </name>
26
 
 <command>
27
 
pop3://%HOSTIP:%POP3PORT/813 -u user:wrong
28
 
</command>
29
 
</client>
30
 
 
31
 
#
32
 
# Verify data after the test has been "shot"
33
 
<verify>
34
 
<errorcode>
35
 
67
36
 
</errorcode>
37
 
#
38
 
# The multi interface considers a broken "DO" request as a prematurely broken
39
 
# transfer and such a connection will not get a "QUIT"
40
 
<protocol>
41
 
CAPA
42
 
USER user
43
 
PASS wrong
44
 
</protocol>
45
 
</verify>
46
 
</testcase>