]> granicus.if.org Git - curl/commitdiff
tests: Updated test references to 909 from 1411
authorSteve Holme <steve_holme@hotmail.com>
Thu, 2 May 2013 17:50:00 +0000 (18:50 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 2 May 2013 17:50:00 +0000 (18:50 +0100)
...and removed references to libcurl and test1406.

tests/data/test909

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