You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/03/18 16:43:30 UTC

[cxf] 01/03: Removing some unused test code

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 1ce6cb731d24c66da687c14eacda81f9cc646b9b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Mar 18 15:41:47 2020 +0000

    Removing some unused test code
---
 .../apache/cxf/staxutils/validation/Stax2ValidationUtilsTest.java    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/src/test/java/org/apache/cxf/staxutils/validation/Stax2ValidationUtilsTest.java b/core/src/test/java/org/apache/cxf/staxutils/validation/Stax2ValidationUtilsTest.java
index e067807..7632790 100644
--- a/core/src/test/java/org/apache/cxf/staxutils/validation/Stax2ValidationUtilsTest.java
+++ b/core/src/test/java/org/apache/cxf/staxutils/validation/Stax2ValidationUtilsTest.java
@@ -38,9 +38,7 @@ import org.apache.cxf.service.model.ServiceInfo;
 import org.apache.ws.commons.schema.XmlSchemaCollection;
 
 import org.junit.Before;
-import org.junit.Rule;
 import org.junit.Test;
-import org.junit.rules.ExpectedException;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
 
@@ -80,9 +78,6 @@ public class Stax2ValidationUtilsTest {
 
     private static final String MULTI_IMPORT_SCHEMA = "schemas/schemaWithImports.xsd";
 
-    @Rule
-    public ExpectedException expectedException = ExpectedException.none();
-
     private Stax2ValidationUtils utils = new Stax2ValidationUtils();
     private XMLStreamReader xmlReader;
     private final Endpoint endpoint = mock(Endpoint.class);