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 2015/12/15 11:53:29 UTC

cxf-fediz git commit: Fixing checkstyle error

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes 9afddd75f -> 6bdaf927b


Fixing checkstyle error


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/6bdaf927
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/6bdaf927
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/6bdaf927

Branch: refs/heads/1.2.x-fixes
Commit: 6bdaf927ba697fced8d7d70fda771238ebf0b834
Parents: 9afddd7
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Dec 15 10:53:13 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Dec 15 10:53:13 2015 +0000

----------------------------------------------------------------------
 .../fediz/integrationtests/AbstractAttackTests.java    | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6bdaf927/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractAttackTests.java
----------------------------------------------------------------------
diff --git a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractAttackTests.java b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractAttackTests.java
index 4c5c41f..213a60f 100644
--- a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractAttackTests.java
+++ b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractAttackTests.java
@@ -21,12 +21,6 @@ package org.apache.cxf.fediz.integrationtests;
 
 import java.net.URLEncoder;
 
-import org.apache.http.auth.AuthScope;
-import org.apache.http.auth.UsernamePasswordCredentials;
-import org.apache.wss4j.dom.WSSConfig;
-import org.junit.Assert;
-import org.junit.Test;
-
 import com.gargoylesoftware.htmlunit.CookieManager;
 import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
 import com.gargoylesoftware.htmlunit.WebClient;
@@ -36,6 +30,13 @@ import com.gargoylesoftware.htmlunit.html.HtmlForm;
 import com.gargoylesoftware.htmlunit.html.HtmlPage;
 import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
 
+import org.apache.http.auth.AuthScope;
+import org.apache.http.auth.UsernamePasswordCredentials;
+import org.apache.wss4j.dom.WSSConfig;
+import org.junit.Assert;
+import org.junit.Test;
+
+
 /**
  * Some negative/attack tests for the IdP/RP
  */