Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 15428 invoked from network); 9 Oct 2007 00:37:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 00:37:21 -0000 Received: (qmail 15246 invoked by uid 500); 9 Oct 2007 00:37:08 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 15145 invoked by uid 500); 9 Oct 2007 00:37:08 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Delivered-To: moderator for cxf-commits@incubator.apache.org Received: (qmail 8752 invoked by uid 99); 9 Oct 2007 00:27:21 -0000 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583017 - /incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java Date: Tue, 09 Oct 2007 00:27:04 -0000 To: cxf-commits@incubator.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071009002704.DFF3C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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;