[java-identity-provider COMMIT] /trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/paths/IdPPropertiesApplic...

noreply at shibboleth.net noreply at shibboleth.net
Sun Nov 8 16:46:48 EST 2015


Author: scantor
Date: Sun Nov  8 16:46:48 2015
New Revision: 7972

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7972&view=rev
Log:
This test won't "fail" on a maven build because of the static block in AbstractFlowText class.

Modified:
    trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/paths/IdPPropertiesApplicationContextInitializerTest.java

Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/paths/IdPPropertiesApplicationContextInitializerTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/paths/IdPPropertiesApplicationContextInitializerTest.java?rev=7972&r1=7971&r2=7972&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/paths/IdPPropertiesApplicationContextInitializerTest.java	(original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/paths/IdPPropertiesApplicationContextInitializerTest.java	Sun Nov  8 16:46:48 2015
@@ -44,6 +44,7 @@
         WebApplicationContextUtils.getRequiredWebApplicationContext(sc);
     }
 
+    /*
     @Test(expectedExceptions = ConstraintViolationException.class) public void testNotFound() {
         final MockServletContext sc = new MockServletContext("");
         sc.addInitParameter(ContextLoader.CONFIG_LOCATION_PARAM, "classpath:/system/conf/global-system.xml");
@@ -53,6 +54,7 @@
         listener.contextInitialized(new ServletContextEvent(sc));
         WebApplicationContextUtils.getRequiredWebApplicationContext(sc);
     }
+    */
 
     @Test(expectedExceptions = ConstraintViolationException.class) public void testUserDefinedNotFound() {
         final MockServletContext sc = new MockServletContext("");



More information about the commits mailing list