You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/06/26 11:58:21 UTC

svn commit: r201789 - /spamassassin/trunk/t/uri.t

Author: felicity
Date: Sat Jun 25 14:39:22 2005
New Revision: 201789

URL: http://svn.apache.org/viewcvs?rev=201789&view=rev
Log:
add in a test for the uri_to_domain encoding issue

Modified:
    spamassassin/trunk/t/uri.t

Modified: spamassassin/trunk/t/uri.t
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/t/uri.t?rev=201789&r1=201788&r2=201789&view=diff
==============================================================================
--- spamassassin/trunk/t/uri.t (original)
+++ spamassassin/trunk/t/uri.t Sat Jun 25 14:39:22 2005
@@ -22,7 +22,7 @@
 use Mail::SpamAssassin::HTML;
 use Mail::SpamAssassin::Util;
 
-plan tests => 79;
+plan tests => 80;
 
 ##############################################
 
@@ -92,6 +92,7 @@
 ok(try_domains('longer.url.but.not.spamassassin.txt', undef));
 ok(try_domains('http://ebg&vosxfov.com.munged-rxspecials.net/b/Tr3f0amG','munged-rxspecials.net'));
 ok(try_domains('http://blah.blah.com:/', 'blah.com'));
+ok(try_domains('http://example.com.%20.host.example.info/', 'example.info'));
 
 ##############################################