You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2010/03/12 15:08:20 UTC

svn commit: r922263 - /spamassassin/trunk/t/uribl_all_types.t

Author: jm
Date: Fri Mar 12 14:08:19 2010
New Revision: 922263

URL: http://svn.apache.org/viewvc?rev=922263&view=rev
Log:
bug 6335: avoid non-deterministic test issue

Modified:
    spamassassin/trunk/t/uribl_all_types.t

Modified: spamassassin/trunk/t/uribl_all_types.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/uribl_all_types.t?rev=922263&r1=922262&r2=922263&view=diff
==============================================================================
--- spamassassin/trunk/t/uribl_all_types.t (original)
+++ spamassassin/trunk/t/uribl_all_types.t Fri Mar 12 14:08:19 2010
@@ -20,7 +20,7 @@ exit unless (DO_RUN);
 %patterns = (
 
    q{ X_URIBL_IPSONLY [URIs: 144.137.3.98] } => 'X_URIBL_IPSONLY',
-   q{ X_URIBL_DOMSONLY [URIs: uribl-example-c.com] } => 'X_URIBL_DOMSONLY',
+   q{ X_URIBL_DOMSONLY [URIs: uribl-example} => 'X_URIBL_DOMSONLY',
 
 );