[Jifty-commit] r2814 - in jifty/trunk: lib/Jifty lib/Jifty/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Feb 22 01:23:18 EST 2007


Author: alexmv
Date: Thu Feb 22 01:23:17 2007
New Revision: 2814

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

Log:
 r17368 at zoq-fot-pik:  chmrr | 2007-02-22 01:23:13 -0500
  * Fix POD error
  * Jifty->bus errors if Jifty->config is not defined; be more cautious on test cleanup


Modified: jifty/trunk/lib/Jifty/Action/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record.pm	Thu Feb 22 01:23:17 2007
@@ -396,7 +396,7 @@
 L<Jifty::Action::Record::Create>, L<Jifty::Action::Record::Update>,
 L<Jifty::Action::Reocrd::Delete>
 
-=head LICENSE
+=head1 LICENSE
 
 Jifty is Copyright 2005-2006 Best Practical Solutions, LLC.
 Jifty is distributed under the same terms as Perl itself.

Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Thu Feb 22 01:23:17 2007
@@ -403,7 +403,7 @@
         # Disconnect the PubSub bus, if need be; otherwise we may not
         # be able to drop the testing database
         Jifty->bus->disconnect
-          if Jifty->bus;
+          if Jifty->config and Jifty->bus;
 
         # Remove testing db
         if (Jifty->handle) {


More information about the Jifty-commit mailing list