From: John Benediktsson Date: Wed, 19 Oct 2011 20:39:26 +0000 (-0700) Subject: smtp: removing unused test. X-Git-Tag: 0.97~3777 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=b1922274e3c2f0488e16397236f9530029663aa7 smtp: removing unused test. --- diff --git a/basis/smtp/smtp-tests.factor b/basis/smtp/smtp-tests.factor index b8df0b7b5b..ca0629a1fd 100644 --- a/basis/smtp/smtp-tests.factor +++ b/basis/smtp/smtp-tests.factor @@ -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