[java-support] branch master updated: Fix stray JUnit reference.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 2 12:49:19 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=fdff3638f92af40cbfc86472b04b8cf1ed105ab9
The following commit(s) were added to refs/heads/master by this push:
new fdff363 Fix stray JUnit reference.
fdff363 is described below
commit fdff3638f92af40cbfc86472b04b8cf1ed105ab9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 2 12:49:15 2020 -0400
Fix stray JUnit reference.
---
.../net/shibboleth/utilities/java/support/codec/Base32SupportTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/utilities/java/support/codec/Base32SupportTest.java b/src/test/java/net/shibboleth/utilities/java/support/codec/Base32SupportTest.java
index 85973f6..d124c06 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/codec/Base32SupportTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/codec/Base32SupportTest.java
@@ -17,9 +17,9 @@
package net.shibboleth.utilities.java.support.codec;
+import org.testng.Assert;
import org.testng.annotations.Test;
-import junit.framework.Assert;
import net.shibboleth.utilities.java.support.logic.ConstraintViolationException;
/** {@link Base32Support} unit test. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list