Skip to content

Commit

Permalink
Merge pull request #468 from cdwijayarathna/jenkins-922
Browse files Browse the repository at this point in the history
Fixing test failures in jenkins-#922
  • Loading branch information
malithie committed Apr 11, 2016
2 parents 37a92cd + 703aa07 commit 61c76bb
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,6 @@ public void testInit() throws Exception {
this.passiveStsURL = isURL + "passivests";

setSystemProperties();

try {
tomcat = getTomcat();
URL resourceUrl = getClass()
.getResource(File.separator + "samples" + File.separator + "PassiveSTSSampleApp.war");
startTomcat(tomcat, PASSIVE_STS_SAMPLE_APP_NAME, resourceUrl.getPath());

} catch (Exception e) {
Assert.fail("PassiveSTSSampleApp application deployment failed.", e);
}
}

@AfterClass(alwaysRun = true)
Expand Down

0 comments on commit 61c76bb

Please sign in to comment.