[java-metadata-aggregator] 02/02: Correct name for test class

Ian Young ian at iay.org.uk
Wed Feb 27 11:49:08 EST 2019


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

iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=ddeb24f8feb31a57afdc61ee51054b5fa0ee98e4

commit ddeb24f8feb31a57afdc61ee51054b5fa0ee98e4
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 b8686da..8f6bf28 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