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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Apr 28 02:06:45 EDT 2006


Author: alexmv
Date: Fri Apr 28 02:06:43 2006
New Revision: 952

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

Log:
 r12675 at zoq-fot-pik:  chmrr | 2006-04-28 02:01:16 -0400
  * Indent


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Fri Apr 28 02:06:43 2006
@@ -183,12 +183,12 @@
 
         # Remove testing db
         if (Jifty->handle) {
-        Jifty->handle->disconnect();
-        Log::Log4perl->get_logger("SchemaTool")->less_logging(3);
-        my $schema = Jifty::Script::Schema->new;
-        $schema->{drop_database} = 1;
-        $schema->run;
-        Log::Log4perl->get_logger("SchemaTool")->more_logging(3);
+            Jifty->handle->disconnect();
+            Log::Log4perl->get_logger("SchemaTool")->less_logging(3);
+            my $schema = Jifty::Script::Schema->new;
+            $schema->{drop_database} = 1;
+            $schema->run;
+            Log::Log4perl->get_logger("SchemaTool")->more_logging(3);
         }
     }
 }


More information about the Jifty-commit mailing list