Author: rr
Date: Wed Nov 18 08:11:01 2009
New Revision: 881697

URL: http://svn.apache.org/viewvc?rev=881697&view=rev
Log:
ODE-703: Test failure due to buildr update - HierarchicalPropertiesTest fix by 
Greg Lucas

Modified:
    ode/branches/APACHE_ODE_1.X/Rakefile

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=881697&r1=881696&r2=881697&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Wed Nov 18 08:11:01 2009
@@ -550,8 +550,8 @@
   desc "ODE Utils"
   define "utils" do
     compile.with AXIOM, AXIS2_ALL, COMMONS.lang, COMMONS.collections, 
COMMONS.logging, COMMONS.pool, COMMONS.httpclient, COMMONS.codec, LOG4J, 
XERCES, JAVAX.stream, WSDL4J, SAXON
-    # env variable requires by HierarchicalPropertiesTest
-    ENV['TEST_DUMMY_ENV_VAR'] = "42"
+    # env variable required by HierarchicalPropertiesTest
+    test.using :environment=>{ 'TEST_DUMMY_ENV_VAR'=>42}
     test.exclude "*TestResources"
     package :jar
   end


Reply via email to