You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/05/24 16:02:43 UTC

svn commit: r409165 - /geronimo/branches/1.1/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java

Author: hogstrom
Date: Wed May 24 07:02:42 2006
New Revision: 409165

URL: http://svn.apache.org/viewvc?rev=409165&view=rev
Log:
GERONIMO-2057 Test fails to build on non-Sun JDKs.  This test was already disabled as it doesn't work for some reason. Need to revisit these as we move to JDK 1.5 and Yoko

Modified:
    geronimo/branches/1.1/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java

Modified: geronimo/branches/1.1/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java?rev=409165&r1=409164&r2=409165&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java (original)
+++ geronimo/branches/1.1/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java Wed May 24 07:02:42 2006
@@ -17,7 +17,9 @@
 
 package org.apache.geronimo.security.network.protocol;
 
-import com.sun.security.auth.login.ConfigFile;
+//  Removed to allow building Geronimo on non-Sun JDK.  When this test case is updated and enabled
+//  again it should be updated so that it is not specific to the Sun JDK.
+// import com.sun.security.auth.login.ConfigFile;
 import org.activeio.AcceptListener;
 import org.activeio.AsyncChannelServer;
 import org.activeio.Channel;
@@ -194,7 +196,7 @@
         kernel.unloadGBean(testRealm);
         kernel.unloadGBean(serverInfo);
         super.tearDown();
-        Configuration.setConfiguration(new ConfigFile());
+//        Configuration.setConfiguration(new ConfigFile());
     }
 
     public Packet onRequest(Packet packet) {