[java-metadata-aggregator] 02/02: Correct name for test class
Ian Young
ian at iay.org.uk
Wed Feb 27 11:42:30 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=ee32e510b7bf094f791db56d4cde70dc20d1d334
commit ee32e510b7bf094f791db56d4cde70dc20d1d334
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Feb 27 16:42:00 2019 +0000
Correct name for test class
---
.../dom/{DOMResourceSourceTest.java => DOMResourceSourceStageTest.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DOMResourceSourceTest.java b/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DOMResourceSourceStageTest.java
similarity index 99%
rename from aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DOMResourceSourceTest.java
rename to aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DOMResourceSourceStageTest.java
index ed130d6..2737b0e 100644
--- a/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DOMResourceSourceTest.java
+++ b/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DOMResourceSourceStageTest.java
@@ -36,7 +36,7 @@ import net.shibboleth.metadata.pipeline.StageProcessingException;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.xml.BasicParserPool;
-public class DOMResourceSourceTest {
+public class DOMResourceSourceStageTest {
BasicParserPool parserPool;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list