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

Jifty commits jifty-commit at lists.jifty.org
Wed Nov 5 17:40:26 EST 2008


Author: alexmv
Date: Wed Nov  5 17:40:25 2008
New Revision: 5983

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

Log:
 r38895 at kohr-ah:  chmrr | 2008-11-05 17:40:13 -0500
  * Actually, euh, follow the instructions pasted in...


Modified: jifty/trunk/lib/Jifty/TestServer.pm
==============================================================================
--- jifty/trunk/lib/Jifty/TestServer.pm	(original)
+++ jifty/trunk/lib/Jifty/TestServer.pm	Wed Nov  5 17:40:25 2008
@@ -55,12 +55,12 @@
         $SIG{USR1} = sub { };
         sleep 15;
         $self->{started} = 1;
-        Jifty->handle->dbh->{'InactiveDestroy'} = 1;
         $Tester->ok(1, $text);
         # XXX: pull from jifty::config maybe
         return "http://localhost:".$self->port;
     } else {
         Jifty->handle->dbh->{'InactiveDestroy'} = 1;
+        Jifty->handle->dbh(undef);
         # See DBI.pm: 
         #
         # This attribute is specifically designed for use in Unix applications


More information about the Jifty-commit mailing list