]> WPIA git - gigi.git/commitdiff
fix: Be more obvious to the compiler that this is a dead end
authorBenny Baumann <BenBE1987@gmx.net>
Sun, 7 Aug 2016 00:51:44 +0000 (02:51 +0200)
committerBenny Baumann <BenBE1987@gmx.net>
Sun, 7 Aug 2016 11:49:51 +0000 (13:49 +0200)
Change-Id: I8964e2984aab8f927c6473e2e3871d26c6020e4d

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"));