You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2005/03/20 05:06:02 UTC

svn commit: r158294 - spamassassin/trunk/t/spamc_optL.t

Author: parker
Date: Sat Mar 19 20:06:01 2005
New Revision: 158294

URL: http://svn.apache.org/viewcvs?view=rev&rev=158294
Log:
also rename test for sa_t_init

Modified:
    spamassassin/trunk/t/spamc_optL.t

Modified: spamassassin/trunk/t/spamc_optL.t
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/t/spamc_optL.t?view=diff&r1=158293&r2=158294
==============================================================================
--- spamassassin/trunk/t/spamc_optL.t (original)
+++ spamassassin/trunk/t/spamc_optL.t Sat Mar 19 20:06:01 2005
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 use lib '.'; use lib 't';
-use SATest; sa_t_init("spamc_L");
+use SATest; sa_t_init("spamc_optL");
 use Test; plan tests => ($SKIP_SPAMC_TESTS ? 0 : 16);
 
 exit if $SKIP_SPAMC_TESTS;