Author: vanto
Date: Thu Dec  9 12:43:06 2010
New Revision: 1043942

URL: http://svn.apache.org/viewvc?rev=1043942&view=rev
Log:
another attempt to make integration tests run through.

Modified:
    ode/branches/ode-1.3.5.x/Rakefile

Modified: ode/branches/ode-1.3.5.x/Rakefile
URL: 
http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/Rakefile?rev=1043942&r1=1043941&r2=1043942&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/Rakefile (original)
+++ ode/branches/ode-1.3.5.x/Rakefile Thu Dec  9 12:43:06 2010
@@ -120,7 +120,7 @@ define "ode" do
       end
     end
     
-    test.using :testng, :properties=>{ "log4j.debug" => true,  
"log4j.configuration"=>"test-log4j.properties", "test.ports" => 
ENV['TEST_PORTS'] }, :java_args=>['-Xmx1024M', '-XX:MaxPermSize=1024m']
+    test.using :testng, :properties=>{ "log4j.debug" => true,  
"log4j.configuration"=>"test-log4j.properties", "test.ports" => 
ENV['TEST_PORTS'] }
     test.with projects("tools"), libs, AXIS2_TEST, AXIOM, JAVAX.servlet, 
Buildr::Jetty::REQUIRES, HIBERNATE, DOM4J, SLF4J, LOG4J
     webapp_dir = "#{test.compile.target}/webapp"
     test.setup task(:prepare_webapp) do |task|


Reply via email to