browser back button

This commit is contained in:
Bill Burke 2016-01-27 22:59:08 -05:00
parent 25347cd45e
commit b37fbd6a2f

View file

@ -54,6 +54,11 @@ public class SamlAdapterTest {
@Rule
public SamlAdapterTestStrategy testStrategy = new SamlAdapterTestStrategy("http://localhost:8081/auth", "http://localhost:8081", keycloakRule);
@Test
public void testIDE() throws Exception {
Thread.sleep(100000000);
}
@Test
public void testPostBadRealmSignature() {
testStrategy.testPostBadRealmSignature();