[java-shib-shared] branch main updated: Fix test file path.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 14 18:45:34 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=2761c154a99d15cee8b74bf43762dfbf4e5d85e9
The following commit(s) were added to refs/heads/main by this push:
new 2761c154 Fix test file path.
2761c154 is described below
commit 2761c154a99d15cee8b74bf43762dfbf4e5d85e9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 14:45:32 2022 -0400
Fix test file path.
---
.../shibboleth/shared/spring/factory/DOMDocumentFactoryBeanTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-spring/src/test/java/net/shibboleth/shared/spring/factory/DOMDocumentFactoryBeanTest.java b/shib-spring/src/test/java/net/shibboleth/shared/spring/factory/DOMDocumentFactoryBeanTest.java
index d17702bc..bf4f78f5 100644
--- a/shib-spring/src/test/java/net/shibboleth/shared/spring/factory/DOMDocumentFactoryBeanTest.java
+++ b/shib-spring/src/test/java/net/shibboleth/shared/spring/factory/DOMDocumentFactoryBeanTest.java
@@ -37,7 +37,7 @@ public class DOMDocumentFactoryBeanTest {
@Test
public void getObject() throws Exception {
final DOMDocumentFactoryBean factory = new DOMDocumentFactoryBean();
- final Resource resource = new ClassPathResource("net/shibboleth/ext/spring/resource/document.xml");
+ final Resource resource = new ClassPathResource("net/shibboleth/shared/spring/resource/document.xml");
final BasicParserPool pool = new BasicParserPool();
pool.initialize();
factory.setResource(resource);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list