[java-identity-provider] branch master updated: Fix a test which was still using junit

Rod Widdowson rdw at steadingsoftware.com
Tue Aug 8 11:33:13 EDT 2017


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

rdw pushed a commit to branch master
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/master by this push:
       new  4582269   Fix a test which was still using junit
4582269 is described below

commit 45822694cf1a6b2c0293256af4f04d191975ee21
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