1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests: Updated test references to 909 from 1411

...and removed references to libcurl and test1406.
This commit is contained in:
Steve Holme 2013-05-02 18:50:00 +01:00
parent cb9c0ac7d7
commit 514817669e

View File

@ -1,10 +1,7 @@
<testcase> <testcase>
# Similar to 1406
# N.B. --libcurl output not sufficient to deal with uploaded files.
<info> <info>
<keywords> <keywords>
SMTP SMTP
--libcurl
</keywords> </keywords>
</info> </info>
@ -26,14 +23,14 @@ smtp
<name> <name>
SMTP without SIZE support SMTP without SIZE support
</name> </name>
<file name="log/test1411.eml"> <file name="log/test909.eml">
From: different From: different
To: another To: another
body body
</file> </file>
<command> <command>
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1411@foo --mail-rcpt 1411@foobar.example --mail-from 1411@from -T log/test1411.eml smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 9091@foo --mail-rcpt 909@foobar.example --mail-from 909@from -T log/test909.eml
</command> </command>
</client> </client>
@ -42,9 +39,9 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1411@foo --mail-rcpt 1411@foobar.examp
<verify> <verify>
<protocol> <protocol>
EHLO user EHLO user
MAIL FROM:<1411@from> MAIL FROM:<909@from>
RCPT TO:<1411@foo> RCPT TO:<909@foo>
RCPT TO:<1411@foobar.example> RCPT TO:<909@foobar.example>
DATA DATA
QUIT QUIT
</protocol> </protocol>