[java-support] branch master updated: Correct test class name
Ian Young
ian at iay.org.uk
Thu Mar 21 08:00:56 EDT 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=a45903208baa754ee4c46384bbb4e54538403141
The following commit(s) were added to refs/heads/master by this push:
new a459032 Correct test class name
a459032 is described below
commit a45903208baa754ee4c46384bbb4e54538403141
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 21 12:00:52 2019 +0000
Correct test class name
---
.../support/xml/{DomTypeSupportTest.java => DOMTypeSupportTest.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/utilities/java/support/xml/DomTypeSupportTest.java b/src/test/java/net/shibboleth/utilities/java/support/xml/DOMTypeSupportTest.java
similarity index 99%
rename from src/test/java/net/shibboleth/utilities/java/support/xml/DomTypeSupportTest.java
rename to src/test/java/net/shibboleth/utilities/java/support/xml/DOMTypeSupportTest.java
index 2236f07..c966a60 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/xml/DomTypeSupportTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/xml/DOMTypeSupportTest.java
@@ -37,7 +37,7 @@ import org.xml.sax.SAXException;
/**
* Tests for {@link DOMTypeSupport};
*/
-public class DomTypeSupportTest {
+public class DOMTypeSupportTest {
private ParserPool parserPool;
private Element xsStringXSITypeElement;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list