adc 2004/04/03 14:59:43
Modified:
modules/security/src/test/org/apache/geronimo/security/network/protocol
SubjectCarryingProtocolTest.java
Log:
Reenabled the test
Revision Changes Path
1.7 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java
Index: SubjectCarryingProtocolTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SubjectCarryingProtocolTest.java 3 Apr 2004 22:37:58 -0000 1.6
+++ SubjectCarryingProtocolTest.java 3 Apr 2004 22:59:43 -0000 1.7
@@ -77,7 +77,7 @@
public void testDummy() throws Exception {
}
- public void Xtest() throws Exception {
+ public void test() throws Exception {
new Thread(threadGroup, new ServerThread(serverSubject), "Geronimo
server").start();