[java-identity-provider] 14/16: Fix a test which was still using junit

Scott Cantor cantor.2 at osu.edu
Tue Sep 26 12:41:24 EDT 2017


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

scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2205c9f7df426b5c0505cfe1cc3abef896fd0195

commit 2205c9f7df426b5c0505cfe1cc3abef896fd0195
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 8 16:33:04 2017 +0100

    Fix a test which was still using junit
---
 .../spring/factory/BasicX509CredentialFactoryBeanTest.java        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBeanTest.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBeanTest.java
index ce495e1..ed6b9e7 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBeanTest.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBeanTest.java
@@ -17,14 +17,14 @@
 
 package net.shibboleth.idp.profile.spring.factory;
 
-import junit.framework.Assert;
-import net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext;
-import net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader;
-
 import org.opensaml.security.x509.BasicX509Credential;
 import org.springframework.context.support.GenericApplicationContext;
+import org.testng.Assert;
 import org.testng.annotations.Test;
 
+import net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext;
+import net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader;
+
 /**
  *
  */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list