Hi Glen,
Do you plan to revisit this later? I never experienced this test hang on
SUSE Linux. Instead of ignoring this test, we should fix the test if
there is any issue.
Cheers,
Bo
[EMAIL PROTECTED] wrote:
Author: gmazza
Date: Mon Oct 8 17:27:03 2007
New Revision: 583017
URL: http://svn.apache.org/viewvc?rev=583017&view=rev
Log:
Test commit; ignoring one of the tests (does not work with Linux).
Modified:
incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java
Modified:
incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java?rev=583017&r1=583016&r2=583017&view=diff
==============================================================================
---
incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java
(original)
+++
incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java
Mon Oct 8 17:27:03 2007
@@ -100,6 +100,7 @@
assertEquals("test", echo.echo("test"));
}
@Test
+ @Ignore("Seems to randomly hang on Linux")
public void testUsernameToken() throws Exception {
String actions = WSHandlerConstants.ENCRYPT + " " + WSHandlerConstants.SIGNATURE
+ " "
+ WSHandlerConstants.TIMESTAMP + " " +
WSHandlerConstants.USERNAME_TOKEN;