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 2006/07/24 17:57:09 UTC

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

Author: felicity
Date: Mon Jul 24 08:57:08 2006
New Revision: 425100

URL: http://svn.apache.org/viewvc?rev=425100&view=rev
Log:
bug 5006: forgot to increase the test count darn it

Modified:
    spamassassin/trunk/t/uri.t

Modified: spamassassin/trunk/t/uri.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/uri.t?rev=425100&r1=425099&r2=425100&view=diff
==============================================================================
--- spamassassin/trunk/t/uri.t (original)
+++ spamassassin/trunk/t/uri.t Mon Jul 24 08:57:08 2006
@@ -23,7 +23,7 @@
 use Mail::SpamAssassin::HTML;
 use Mail::SpamAssassin::Util;
 
-plan tests => 82;
+plan tests => 83;
 
 ##############################################