From 5bafff842c880a226844e34b9e2ccb2d166610f8 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 23 Mar 2006 00:42:16 +0000 Subject: [PATCH] PR: MPTEST-39 Test failure doesn't halt execution of test suite. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@387982 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 40 +++++++++++++++++++--------------------- test/xdocs/changes.xml | 1 + 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index 1bad3d7c..7f0d1600 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -127,9 +127,14 @@ name="junit" classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" /> - + + + + + + @@ -178,12 +183,6 @@ - - - - - - @@ -247,8 +246,13 @@ classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" /> + + + + + @@ -287,12 +291,6 @@ - - - - - - @@ -332,8 +330,13 @@ Searching directory ${maven.test.searchdir} + + + + + @@ -390,11 +393,6 @@ - - - - - diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index 47ecef05..52398cbe 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -24,6 +24,7 @@ + Test failure doesn't halt execution of test suite. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • xercesImpl v 2.4.0 -> v2.6.2