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 2007/06/22 18:07:37 UTC

svn commit: r549860 - /spamassassin/trunk/t/spamc_x_e.t

Author: jm
Date: Fri Jun 22 09:07:36 2007
New Revision: 549860

URL: http://svn.apache.org/viewvc?view=rev&rev=549860
Log:
update number of tests

Modified:
    spamassassin/trunk/t/spamc_x_e.t

Modified: spamassassin/trunk/t/spamc_x_e.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/spamc_x_e.t?view=diff&rev=549860&r1=549859&r2=549860
==============================================================================
--- spamassassin/trunk/t/spamc_x_e.t (original)
+++ spamassassin/trunk/t/spamc_x_e.t Fri Jun 22 09:07:36 2007
@@ -7,7 +7,7 @@
 our $DO_RUN = conf_bool('run_net_tests')
                     && !$SKIP_SPAMD_TESTS;
 
-use Test; plan tests => ($DO_RUN ? 19 : 0);
+use Test; plan tests => ($DO_RUN ? 7 : 0);
 
 exit unless $DO_RUN;