[Bps-public-commit] r14476 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Jul 24 06:02:03 EDT 2008


Author: sartak
Date: Thu Jul 24 06:02:02 2008
New Revision: 14476

Modified:
   sd/trunk/   (props changed)
   sd/trunk/t/sd-rt-hm.t

Log:
 r65014 at onn:  sartak | 2008-07-24 06:01:46 -0400
 Fool the dep test for Jifty because we skip_all if there's no $JIFTY_APP_ROOT


Modified: sd/trunk/t/sd-rt-hm.t
==============================================================================
--- sd/trunk/t/sd-rt-hm.t	(original)
+++ sd/trunk/t/sd-rt-hm.t	Thu Jul 24 06:02:02 2008
@@ -21,7 +21,7 @@
         plan skip_all => "You must define a JIFTY_APP_ROOT environment variable which points to your hiveminder source tree";
     }
     require File::Temp;
-    use Jifty;
+    eval "use Jifty;";
     push @INC, File::Spec->catdir( Jifty::Util->app_root, "lib" );
 }
 



More information about the Bps-public-commit mailing list