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/04/13 00:15:58 UTC

svn commit: r528255 - /spamassassin/trunk/t/bayessql.t

Author: jm
Date: Thu Apr 12 15:15:57 2007
New Revision: 528255

URL: http://svn.apache.org/viewvc?view=rev&rev=528255
Log:
bug 5414: remove calls to Symbol::delete_package() that are causing t/bayessql.t test to fail

Modified:
    spamassassin/trunk/t/bayessql.t

Modified: spamassassin/trunk/t/bayessql.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/bayessql.t?view=diff&rev=528255&r1=528254&r2=528255
==============================================================================
--- spamassassin/trunk/t/bayessql.t (original)
+++ spamassassin/trunk/t/bayessql.t Thu Apr 12 15:15:57 2007
@@ -3,7 +3,6 @@
 use lib '.'; use lib 't';
 use SATest;
 use Test;
-use Symbol qw(delete_package);
 
 use constant TEST_ENABLED => conf_bool('run_bayes_sql_tests');
 use constant HAS_DBI => eval { require DBI; }; # for our cleanup stuff
@@ -79,9 +78,6 @@
 
 undef $sa;
 
-# this removes the loaded plugin from this scope so we can reload it again later
-delete_package("validuserplugin");
-
 sa_t_init("bayes");
 
 tstlocalrules ("
@@ -104,9 +100,6 @@
 $sa->finish_learner();
 
 undef $sa;
-
-# this removes the loaded plugin from this scope so we can reload it again later
-delete_package("validuserplugin");
 
 sa_t_init("bayes");