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-fediz.git
The following commit(s) were added to refs/heads/master by this push:
new db9bd46 Removing unused assertion
db9bd46 is described below
commit db9bd46f71b79fa66c9f25f22f48ba86fd524efb
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Jan 3 12:20:29 2019 +0000
Removing unused assertion
---
.../test/java/org/apache/cxf/fediz/systests/kerberos/KerberosTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/systests/kerberos/src/test/java/org/apache/cxf/fediz/systests/kerberos/KerberosTest.java
b/systests/kerberos/src/test/java/org/apache/cxf/fediz/systests/kerberos/KerberosTest.java
index 3f894be..bf2baa5 100644
---
a/systests/kerberos/src/test/java/org/apache/cxf/fediz/systests/kerberos/KerberosTest.java
+++
b/systests/kerberos/src/test/java/org/apache/cxf/fediz/systests/kerberos/KerberosTest.java
@@ -59,7 +59,7 @@ import org.junit.BeforeClass;
*
* This test uses an Apache Kerby instance as the KDC
*/
-public class KerberosTest extends org.junit.Assert {
+public class KerberosTest {
static String idpHttpsPort;
static String rpHttpsPort;