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 2006/12/11 21:23:49 UTC

svn commit: r485853 - /spamassassin/trunk/t/duplicates.t

Author: jm
Date: Mon Dec 11 12:23:48 2006
New Revision: 485853

URL: http://svn.apache.org/viewvc?view=rev&rev=485853
Log:
oops, fix the test to reflect changed debug message format

Modified:
    spamassassin/trunk/t/duplicates.t

Modified: spamassassin/trunk/t/duplicates.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/duplicates.t?view=diff&rev=485853&r1=485852&r2=485853
==============================================================================
--- spamassassin/trunk/t/duplicates.t (original)
+++ spamassassin/trunk/t/duplicates.t Mon Dec 11 12:23:48 2006
@@ -19,8 +19,8 @@
   q{ META3 }     => '',
   q{ ran body rule FOO1 ======> got hit } => '',
   q{ ran header rule HDR1 ======> got hit } => '',
-  q{ rules: FOO1 has duplicates: FOO2 } => '',
-  q{ rules: HDR1 has duplicates: HDR2 } => '',
+  q{ rules: FOO1 merged duplicates: FOO2 } => '',
+  q{ rules: HDR1 merged duplicates: HDR2 } => '',
 
 );