[java-shib-shared] branch main updated: Fix stray test file path.

Scott Cantor cantor.2 at osu.edu
Mon Sep 26 16:15:45 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=7fac05c08db6bc736a4ec261879b8fbe1fa95e24

The following commit(s) were added to refs/heads/main by this push:
     new 7fac05c0 Fix stray test file path.
7fac05c0 is described below

commit 7fac05c08db6bc736a4ec261879b8fbe1fa95e24
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 26 12:15:42 2022 -0400

    Fix stray test file path.
---
 .../test/java/net/shibboleth/shared/xml/impl/BasicParserPoolTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-support/src/test/java/net/shibboleth/shared/xml/impl/BasicParserPoolTest.java b/shib-support/src/test/java/net/shibboleth/shared/xml/impl/BasicParserPoolTest.java
index 4391bea2..93e8d311 100644
--- a/shib-support/src/test/java/net/shibboleth/shared/xml/impl/BasicParserPoolTest.java
+++ b/shib-support/src/test/java/net/shibboleth/shared/xml/impl/BasicParserPoolTest.java
@@ -627,7 +627,7 @@ public class BasicParserPoolTest {
     @Test
     public void testParserUseAfterReturn() throws XMLParserException, URISyntaxException, ComponentInitializationException {
         basicParserPool.initialize();
-        String testPath = "/net/shibboleth/utilities/java/support/xml/foo.xml";
+        String testPath = "/net/shibboleth/shared/xml/foo.xml";
         InputStream is = BasicParserPoolTest.class.getResourceAsStream(testPath);
         File file = new File(this.getClass().getResource(testPath).toURI());
         

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list