Author: dkulp
Date: Mon Dec 27 03:03:10 2010
New Revision: 1052990
URL: http://svn.apache.org/viewvc?rev=1052990&view=rev
Log:
Update to latest surefire
Modified:
cxf/trunk/pom.xml
cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyEngineImplInitTest.java
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1052990&r1=1052989&r2=1052990&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Mon Dec 27 03:03:10 2010
@@ -491,7 +491,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
+ <version>2.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified:
cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyEngineImplInitTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyEngineImplInitTest.java?rev=1052990&r1=1052989&r2=1052990&view=diff
==============================================================================
---
cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyEngineImplInitTest.java
(original)
+++
cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/PolicyEngineImplInitTest.java
Mon Dec 27 03:03:10 2010
@@ -24,6 +24,7 @@ import javax.annotation.Resource;
import org.apache.cxf.Bus;
+import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
@@ -50,6 +51,11 @@ public class PolicyEngineImplInitTest {
public void setUp() throws Exception {
assertNotNull(pe);
}
+
+ @After
+ public void tearDown() throws Exception {
+ bus.shutdown(true);
+ }
@Test
public void testPolicyInterceptors() throws Exception {