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


The following commit(s) were added to refs/heads/master by this push:
     new d95ed56  CXF-8092 - duplicate test run due to test inheritance
d95ed56 is described below

commit d95ed5652839eba4124c761aeb277ac67312e335
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Fri Aug 23 10:13:47 2019 +0100

    CXF-8092 - duplicate test run due to test inheritance
---
 .../apache/cxf/jca/cxf/AssociatedManagedConnectionFactoryImplTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration/jca/src/test/java/org/apache/cxf/jca/cxf/AssociatedManagedConnectionFactoryImplTest.java
 
b/integration/jca/src/test/java/org/apache/cxf/jca/cxf/AssociatedManagedConnectionFactoryImplTest.java
index ae95a91..e60a361 100644
--- 
a/integration/jca/src/test/java/org/apache/cxf/jca/cxf/AssociatedManagedConnectionFactoryImplTest.java
+++ 
b/integration/jca/src/test/java/org/apache/cxf/jca/cxf/AssociatedManagedConnectionFactoryImplTest.java
@@ -33,7 +33,7 @@ import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
-public class AssociatedManagedConnectionFactoryImplTest extends 
ManagedConnectionFactoryImplTest {
+public class AssociatedManagedConnectionFactoryImplTest {
 
 
     @Test

Reply via email to