~ubuntu-branches/ubuntu/trusty/curl/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/data/test877

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.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.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
POP3
 
5
POP3 AUTH NTLM
 
6
RFC1734
 
7
RFC5034
 
8
</keywords>
 
9
</info>
 
10
 
 
11
#
 
12
# Server-side
 
13
<reply>
 
14
<servercmd>
 
15
AUTH NTLM
 
16
REPLY AUTH +
 
17
REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish
 
18
REPLY * -ERR AUTH exchange cancelled by client
 
19
</servercmd>
 
20
</reply>
 
21
 
 
22
#
 
23
# Client-side
 
24
<client>
 
25
<server>
 
26
pop3
 
27
</server>
 
28
<features>
 
29
NTLM
 
30
</features>
 
31
 <name>
 
32
POP3 NTLM graceful cancellation
 
33
 </name>
 
34
 <setenv>
 
35
# we force our own host name, in order to make the test machine independent
 
36
CURL_GETHOSTNAME=curlhost
 
37
# we try to use the LD_PRELOAD hack, if not a debug build
 
38
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
 
39
 </setenv>
 
40
 <command>
 
41
pop3://%HOSTIP:%POP3PORT/877 -u testuser:testpass
 
42
</command>
 
43
<precheck>
 
44
chkhostname curlhost
 
45
</precheck>
 
46
</client>
 
47
 
 
48
#
 
49
# Verify data after the test has been "shot"
 
50
<verify>
 
51
# 67 - CURLE_LOGIN_DENIED
 
52
<errorcode>
 
53
67
 
54
</errorcode>
 
55
#
 
56
# The multi interface considers a broken "CONNECT" as a prematurely broken
 
57
# transfer and such a connection will not get a "QUIT"
 
58
<protocol>
 
59
CAPA
 
60
AUTH NTLM
 
61
TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
 
62
*
 
63
</protocol>
 
64
</verify>
 
65
</testcase>