]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/TestCrossDomainAccess.java
[EMPTY] Organize all imports
[gigi.git] / tests / org / cacert / gigi / TestCrossDomainAccess.java
index b78b8a391192b30710d8e94972126a3fc8548a22..8a67e64a851811a575c7073a27d6439639c64619 100644 (file)
@@ -23,7 +23,6 @@ import org.junit.Test;
 
 public class TestCrossDomainAccess extends ManagedTest {
 
-
     @Test
     public void testNoOriginHeader() throws MalformedURLException, IOException {
         URLConnection con = new URL("https://" + ServerConstants.getWwwHostNamePortSecure() + "/login").openConnection();