[Jifty-commit] r1854 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 23 23:12:52 EDT 2006


Author: ishigaki
Date: Wed Aug 23 23:12:49 2006
New Revision: 1854

Modified:
   jifty/trunk/lib/Jifty/Test.pm

Log:
force to use Jifty::TestServer on Win32, though both JTS and THSS doesn't work properly at the moment. 

Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Wed Aug 23 23:12:49 2006
@@ -138,7 +138,8 @@
     # jifty::server.
     if ($ENV{JIFTY_TESTSERVER_PROFILE} ||
         $ENV{JIFTY_TESTSERVER_COVERAGE} ||
-        $ENV{JIFTY_TESTSERVER_DBIPROF}) {
+        $ENV{JIFTY_TESTSERVER_DBIPROF} ||
+        $^O eq 'Win32') {
         require Jifty::TestServer;
         unshift @Jifty::Server::ISA, 'Jifty::TestServer';
     }


More information about the Jifty-commit mailing list