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

« back to all changes in this revision

Viewing changes to tests/data/test906

  • 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
SMTP
 
5
</keywords>
 
6
</info>
 
7
 
 
8
#
 
9
# Server-side
 
10
<reply>
 
11
</reply>
 
12
 
 
13
#
 
14
# Client-side
 
15
<client>
 
16
<server>
 
17
smtp
 
18
</server>
 
19
 <name>
 
20
SMTP without --mail-from
 
21
 </name>
 
22
<stdin>
 
23
From: different
 
24
To: another
 
25
 
 
26
body
 
27
</stdin>
 
28
 <command>
 
29
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@foo -T -
 
30
</command>
 
31
</client>
 
32
 
 
33
#
 
34
# Verify data after the test has been "shot"
 
35
<verify>
 
36
<protocol>
 
37
EHLO user
 
38
MAIL FROM:<>
 
39
RCPT TO:<906@foo>
 
40
DATA
 
41
QUIT
 
42
</protocol>
 
43
<upload>
 
44
From: different
 
45
To: another
 
46
 
 
47
body
 
48
 
 
49
.
 
50
</upload>
 
51
</verify>
 
52
</testcase>