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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 8 16:25:13 EDT 2006


Author: clkao
Date: Thu Jun  8 16:25:11 2006
New Revision: 1213

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

Log:
Use TEST_CONFIG rather than SITE_CONFIG for testing.


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Thu Jun  8 16:25:11 2006
@@ -37,7 +37,7 @@
     my $test_config = File::Temp->new;
     Jifty::YAML::DumpFile($test_config, $class->test_config(Jifty::Config->new));
     # Invoking bin/jifty and friends will now have the test config ready.
-    $ENV{'JIFTY_SITE_CONFIG'} ||= $test_config;
+    $ENV{'JIFTY_TEST_CONFIG'} ||= $test_config;
     {
         # Cache::Memcached stores things. And doesn't let them
         # expire from the cache easily. This is fine in production,


More information about the Jifty-commit mailing list