]> gitweb.factorcode.org Git - factor.git/commitdiff
smtp: removing unused test.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 19 Oct 2011 20:39:26 +0000 (13:39 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 19 Oct 2011 20:39:26 +0000 (13:39 -0700)
basis/smtp/smtp-tests.factor

index b8df0b7b5ba5d5a679199e981138fe9884cbc396..ca0629a1fd09d443229b1ba2ee834fe0a25fca86 100644 (file)
@@ -11,8 +11,6 @@ IN: smtp.tests
 [ "slava@factorcode.org" ]
 [ "slava@factorcode.org" validate-address ] unit-test
 
-[ { "hello" "." "world" } validate-message ] must-fail
-
 [ "aGVsbG8Kd29ybGQ=\r\n.\r\n" ] [
     T{ email { body "hello\nworld" } } [ send-body ] with-string-writer
 ] unit-test