]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/ping/TestHTTP.java
fix: Be more obvious to the compiler that this is a dead end
[gigi.git] / tests / org / cacert / gigi / ping / TestHTTP.java
index 18dff3851e0219ab882e806f64d62d21f3c31028..8a65e2ee4b2097db8ae1a94c987ff048b6e4e2ce 100644 (file)
@@ -98,6 +98,7 @@ public class TestHTTP extends PingTest {
             }
             if (dpc == null) {
                 fail("Http config not found");
+                return;
             }
             String res = executeBasicWebInteraction(cookie, p2, "configId=" + dpc.getId());
             assertThat(res, containsString("only allowed after"));