From b1922274e3c2f0488e16397236f9530029663aa7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 19 Oct 2011 13:39:26 -0700 Subject: [PATCH] smtp: removing unused test. --- basis/smtp/smtp-tests.factor | 2 -- 1 file changed, 2 deletions(-) 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