[java-shib-shared] 02/02: Remove unneeded test.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 21 18:31:51 UTC 2023
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=7c4b6f96284d688e61283a4f41f03328d518f99d
commit 7c4b6f96284d688e61283a4f41f03328d518f99d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 21 14:31:46 2023 -0400
Remove unneeded test.
---
.../test/java/net/shibboleth/shared/xml/AttributeSupportTest.java | 8 --------
1 file changed, 8 deletions(-)
diff --git a/shib-support/src/test/java/net/shibboleth/shared/xml/AttributeSupportTest.java b/shib-support/src/test/java/net/shibboleth/shared/xml/AttributeSupportTest.java
index 0294a1c5..dab14f2a 100644
--- a/shib-support/src/test/java/net/shibboleth/shared/xml/AttributeSupportTest.java
+++ b/shib-support/src/test/java/net/shibboleth/shared/xml/AttributeSupportTest.java
@@ -587,14 +587,6 @@ public class AttributeSupportTest {
}
assertTrue(thrown, "null qname should throw");
- thrown = false;
- try {
- AttributeSupport.appendAttribute(createdElement, qName, (List<String>) null, false);
- } catch (ConstraintViolationException e) {
- thrown = true;
- }
- assertTrue(thrown, "null string should throw");
-
thrown = false;
try {
AttributeSupport.appendAttribute(createdElement, qName, data, false);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list