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/04/22 14:58:47 UTC

svn commit: r396120 - /spamassassin/trunk/t/mkrules.t

Author: jm
Date: Sat Apr 22 05:58:46 2006
New Revision: 396120

URL: http://svn.apache.org/viewcvs?rev=396120&view=rev
Log:
comment test that relied on old behaviour

Modified:
    spamassassin/trunk/t/mkrules.t

Modified: spamassassin/trunk/t/mkrules.t
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/t/mkrules.t?rev=396120&r1=396119&r2=396120&view=diff
==============================================================================
--- spamassassin/trunk/t/mkrules.t (original)
+++ spamassassin/trunk/t/mkrules.t Sat Apr 22 05:58:46 2006
@@ -2,7 +2,7 @@
 
 use lib '.'; use lib 't';
 use SATest; sa_t_init("mkrules");
-use Test; BEGIN { plan tests => 86 };
+use Test; BEGIN { plan tests => 85 };
 use File::Path;
 
 # ---------------------------------------------------------------------------
@@ -215,7 +215,7 @@
 
 %patterns = (
   '70_sandbox.cf: WARNING: not listed in manifest file' => manif_found,
-  "WARNING: GOOD: renamed as T_GOOD due to missing T_ prefix" => warning_seen,
+  # "WARNING: GOOD: renamed as T_GOOD due to missing T_ prefix" => warning_seen,
   "loadplugin Good plugin.pm" => loadplugin_found,
   "body T_GOOD eval:check_foo()" => rule_line_1,
   "describe T_GOOD desc_found" => rule_line_2,