You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2010/03/14 01:02:02 UTC

svn commit: r922695 - /spamassassin/branches/3.3/t/uribl_all_types.t

Author: mmartinec
Date: Sun Mar 14 00:02:01 2010
New Revision: 922695

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

Modified:
    spamassassin/branches/3.3/t/uribl_all_types.t

Modified: spamassassin/branches/3.3/t/uribl_all_types.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.3/t/uribl_all_types.t?rev=922695&r1=922694&r2=922695&view=diff
==============================================================================
--- spamassassin/branches/3.3/t/uribl_all_types.t (original)
+++ spamassassin/branches/3.3/t/uribl_all_types.t Sun Mar 14 00:02:01 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',
 
 );