[java-idp-integration-tests] branch master updated: Undo dist/ change.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 20 13:34:37 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=2ac5e12810643776ce98d6fc1d062fa0b2b1f273
The following commit(s) were added to refs/heads/master by this push:
new 2ac5e12 Undo dist/ change.
2ac5e12 is described below
commit 2ac5e12810643776ce98d6fc1d062fa0b2b1f273
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 20 13:34:35 2017 -0500
Undo dist/ change.
---
src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 5a8451f..615d782 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -655,7 +655,7 @@ public abstract class BaseIntegrationTest
@BeforeClass(enabled = true, dependsOnMethods = {"setUpIdPPaths"})
public void setUpStorageServlet() throws Exception {
- final Path pathToIdPWebXML = pathToIdPHome.resolve(Paths.get("dist", "webapp", "WEB-INF", "web.xml"));
+ final Path pathToIdPWebXML = pathToIdPHome.resolve(Paths.get("webapp", "WEB-INF", "web.xml"));
Assert.assertTrue(pathToIdPWebXML.toAbsolutePath().toFile().exists(), "Path to IdP web.xml not found");
final String oldText = "</web-app>";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list