BTW, when I type "mvn test", testing stops after the first error. Is there a way I can have it continue testing even if there is a failed test? This way I can gather all problems at once.
Thanks, Glen Am Dienstag, den 09.10.2007, 00:27 +0000 schrieb [EMAIL PROTECTED]: > 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; > >
