-fae.
> -----Original Message-----
> From: Glen Mazza [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 08, 2007 9:08 PM
> To: [email protected]
> Subject: Re: svn commit: r583017 -
>
/incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/secu
ri
> ty/wss4j/RoundTripTest.java
>
> 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/secur
it
> y/wss4j/RoundTripTest.java
> >
> > Modified:
>
incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/secur
it
> y/wss4j/RoundTripTest.java
> > URL:
>
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/security/src/test
/j
>
ava/org/apache/cxf/ws/security/wss4j/RoundTripTest.java?rev=583017&r1=58
30
> 16&r2=583017&view=diff
> >
>
========================================================================
==
> ====
> > ---
>
incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/secur
it
> y/wss4j/RoundTripTest.java (original)
> > +++
>
incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/secur
it
> y/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;
> >
> >