Fix compilation errors

This commit is contained in:
mposolda 2015-09-30 10:51:53 +02:00
parent 6fbb8ccf71
commit 3044138e10
5 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ public class JettySamlTest {
list.add(new WebAppContext(new File(base, "bad-client-signed-post").toString(), "/bad-client-sales-post-sig"));
list.add(new WebAppContext(new File(base, "bad-realm-signed-post").toString(), "/bad-realm-sales-post-sig"));
list.add(new WebAppContext(new File(base, "encrypted-post").toString(), "/sales-post-enc"));
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth", keycloakRule);
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth");

View file

@ -81,7 +81,7 @@ public class JettySamlTest {
list.add(new WebAppContext(new File(base, "bad-client-signed-post").toString(), "/bad-client-sales-post-sig"));
list.add(new WebAppContext(new File(base, "bad-realm-signed-post").toString(), "/bad-realm-sales-post-sig"));
list.add(new WebAppContext(new File(base, "encrypted-post").toString(), "/sales-post-enc"));
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth", keycloakRule);
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth");

View file

@ -81,7 +81,7 @@ public class JettySamlTest {
list.add(new WebAppContext(new File(base, "bad-client-signed-post").toString(), "/bad-client-sales-post-sig"));
list.add(new WebAppContext(new File(base, "bad-realm-signed-post").toString(), "/bad-realm-sales-post-sig"));
list.add(new WebAppContext(new File(base, "encrypted-post").toString(), "/sales-post-enc"));
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth", keycloakRule);
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth");

View file

@ -78,7 +78,7 @@ public class TomcatSamlTest {
tomcat.addWebapp("/bad-client-sales-post-sig", new File(base, "bad-client-signed-post").toString());
tomcat.addWebapp("/bad-realm-sales-post-sig", new File(base, "bad-realm-signed-post").toString());
tomcat.addWebapp("/sales-post-enc", new File(base, "encrypted-post").toString());
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth", keycloakRule);
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth");
tomcat.start();

View file

@ -76,7 +76,7 @@ public class TomcatSamlTest {
tomcat.addWebapp("/bad-client-sales-post-sig", new File(base, "bad-client-signed-post").toString());
tomcat.addWebapp("/bad-realm-sales-post-sig", new File(base, "bad-realm-signed-post").toString());
tomcat.addWebapp("/sales-post-enc", new File(base, "encrypted-post").toString());
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth", keycloakRule);
SamlAdapterTestStrategy.uploadSP("http://localhost:8081/auth");
tomcat.start();