[Jifty-commit] r550 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Feb 6 16:48:33 EST 2006


Author: alexmv
Date: Mon Feb  6 16:48:33 2006
New Revision: 550

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r8950 at zoq-fot-pik:  chmrr | 2006-02-06 16:47:45 -0500
  * We're only dropping tables if the tests all succeeded


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Mon Feb  6 16:48:33 2006
@@ -177,10 +177,8 @@
         Log::Log4perl->get_logger("SchemaTool")->less_logging(3);
         my $schema = Jifty::Script::Schema->new;
         $schema->{drop_database} = 1;
-        $schema->{setup_tables}  = 1;
         $schema->run;
         Log::Log4perl->get_logger("SchemaTool")->more_logging(3);
-        Jifty->handle->connect();
     }
 }
 


More information about the Jifty-commit mailing list