Skip to content

Commit

Permalink
Merge branch 'releases/2.7.4.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanik committed Sep 17, 2016
2 parents 9bf7f52 + 03b04b8 commit fbec829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2.7.4.8
version=2.7.4.9

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import org.cloudfoundry.identity.uaa.zone.IdentityProvider;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -64,12 +65,14 @@ public void clearWebDriverOfCookies() throws Exception {
}

@Test
@Ignore
public void ldapLogin_withValidSelfSignedCert() throws Exception {
performLdapLogin("testzone2", "ldaps://52.87.212.253:636/");
assertThat("Unable to verify non expired cert. Did you run:scripts/travis/install-ldap-certs.sh ?", webDriver.findElement(By.cssSelector("h1")).getText(), Matchers.containsString("Where to"));
}

@Test
@Ignore
public void ldapLogin_withExpiredSelfSignedCert() throws Exception {
performLdapLogin("testzone1", "ldaps://52.20.5.106:636/");
assertThat(webDriver.findElement(By.cssSelector("h1")).getText(), Matchers.containsString("Welcome to The Twiglet Zone[testzone1]!"));
Expand Down

0 comments on commit fbec829

Please sign in to comment.