From b029bf585f7d6167674b1e36766fece1742d0239 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 17 Jul 2009 04:09:01 +0000 Subject: [PATCH] the ClassicPluginStrategy change went into the trunk (and not merged yet), but this change activates it. We want AntClassLoader during tests to avoid "too many open files" problem. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19804 71c3de6d-444a-0410-be80-ed276b4c234a --- test/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/pom.xml b/test/pom.xml index cfa86f6fa8..b01164f678 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -46,6 +46,10 @@ THE SOFTWARE. once true + + + true + @@ -112,7 +116,7 @@ THE SOFTWARE. org.jvnet.hudson htmlunit - 2.2-hudson-9 + 2.2-hudson-10 -- GitLab