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

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
     new e3462ea  Fixing checkstyl error
e3462ea is described below

commit e3462eab59ccb9cbaf8d42d3a9bfc84d634896f0
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Jul 13 18:25:02 2018 +0100

    Fixing checkstyl error
---
 .../src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java        | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/systests/samlsso/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java 
b/systests/samlsso/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java
index 068724e..576b4b3 100644
--- 
a/systests/samlsso/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java
+++ 
b/systests/samlsso/src/test/java/org/apache/cxf/fediz/systests/idp/IdpTest.java
@@ -1625,6 +1625,7 @@ public class IdpTest {
         webClient.close();
     }
 
+    // CHECKSTYLE:OFF
     @org.junit.Test
     public void testIdPLogout() throws Exception {
         OpenSAMLUtil.initSamlEngine();
@@ -1883,6 +1884,7 @@ public class IdpTest {
 
         webClient.close();
     }
+    // CHECKSTYLE:ON
 
     private String encodeAuthnRequest(Element authnRequest) throws IOException 
{
         String requestMessage = DOM2Writer.nodeToString(authnRequest);

Reply via email to