You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2021/05/08 09:34:33 UTC

svn commit: r1889666 - /spamassassin/trunk/t/all_modules.t

Author: hege
Date: Sat May  8 09:34:33 2021
New Revision: 1889666

URL: http://svn.apache.org/viewvc?rev=1889666&view=rev
Log:
Catch more errors

Modified:
    spamassassin/trunk/t/all_modules.t

Modified: spamassassin/trunk/t/all_modules.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/all_modules.t?rev=1889666&r1=1889665&r2=1889666&view=diff
==============================================================================
--- spamassassin/trunk/t/all_modules.t (original)
+++ spamassassin/trunk/t/all_modules.t Sat May  8 09:34:33 2021
@@ -4,7 +4,7 @@ use lib '.'; use lib 't';
 use SATest; sa_t_init("all_modules");
 
 use Test::More;
-plan tests => 6;
+plan tests => 7;
 
 # ---------------------------------------------------------------------------
 
@@ -80,6 +80,7 @@ tstprefs("
         q{ Use of uninitialized }, 'uninitialized',
         q{ warn: }, 'warn',
         q{ SpamAssassin failed to parse line }, 'parse',
+        '/ at .* line \d+/', 'warn',
             );
 
 if (conf_bool('run_net_tests')) {