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

« back to all changes in this revision

Viewing changes to tests/data/test931

  • 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
SMTP
 
5
CRLF-in-URL
 
6
</keywords>
 
7
</info>
 
8
 
 
9
# Client-side
 
10
<client>
 
11
<server>
 
12
smtp
 
13
</server>
 
14
 <name>
 
15
SMTP with URL-encoded CR LF in the URL
 
16
 </name>
 
17
 <command>
 
18
smtp://%HOSTIP:%SMTPPORT/%0d%0a/931
 
19
</command>
 
20
</client>
 
21
 
 
22
#
 
23
<verify>
 
24
# 3 - CURLE_URL_MALFORMAT
 
25
<errorcode>
 
26
3
 
27
</errorcode>
 
28
</verify>
 
29
</testcase>