You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2005/04/22 21:45:25 UTC

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

Author: parker
Date: Fri Apr 22 12:45:22 2005
New Revision: 164278

URL: http://svn.apache.org/viewcvs?rev=164278&view=rev
Log:
Added testcase from Bug4191

Modified:
    spamassassin/trunk/t/uri.t

Modified: spamassassin/trunk/t/uri.t
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/t/uri.t?rev=164278&r1=164277&r2=164278&view=diff
==============================================================================
--- spamassassin/trunk/t/uri.t (original)
+++ spamassassin/trunk/t/uri.t Fri Apr 22 12:45:22 2005
@@ -93,6 +93,7 @@
 ok(try_domains('spamassassin.txt', undef));
 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'));
 
 ##############################################
 



Re: svn commit: r164278 - /spamassassin/trunk/t/uri.t

Posted by Michael Parker <pa...@pobox.com>.
On Sat, Apr 23, 2005 at 10:42:20AM +1200, Sidney Markowitz wrote:
> parker@apache.org wrote:
> > Added testcase from Bug4191
> 
> This test fails on my Fedora Core 3 system with svn trunk even though bug
> 4191 has a comment that says that it is fixed in 3.1.
> 
> t/uri.......................FAILED test 77
>         Failed 1/76 tests, 98.68% okay
> 

Opps, my bad, I forgot to bump the number of tests by 1.

Will fix shortly.

Michael

Re: svn commit: r164278 - /spamassassin/trunk/t/uri.t

Posted by Sidney Markowitz <si...@sidney.com>.
parker@apache.org wrote:
> Added testcase from Bug4191

This test fails on my Fedora Core 3 system with svn trunk even though bug
4191 has a comment that says that it is fixed in 3.1.

t/uri.......................FAILED test 77
        Failed 1/76 tests, 98.68% okay

 -- sidney