Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 45093 invoked from network); 22 Oct 2008 09:08:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2008 09:08:37 -0000 Received: (qmail 41521 invoked by uid 500); 22 Oct 2008 09:08:39 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 41480 invoked by uid 500); 22 Oct 2008 09:08:39 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 41471 invoked by uid 99); 22 Oct 2008 09:08:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2008 02:08:39 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2008 09:07:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 329492388879; Wed, 22 Oct 2008 02:07:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r706909 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerSpringBookTest.java Date: Wed, 22 Oct 2008 09:07:45 -0000 To: commits@cxf.apache.org From: sergeyb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081022090746.329492388879@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sergeyb Date: Wed Oct 22 02:07:44 2008 New Revision: 706909 URL: http://svn.apache.org/viewvc?rev=706909&view=rev Log: JAX-RS: updating the system test Modified: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerSpringBookTest.java Modified: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerSpringBookTest.java URL: http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerSpringBookTest.java?rev=706909&r1=706908&r2=706909&view=diff ============================================================================== --- cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerSpringBookTest.java (original) +++ cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerSpringBookTest.java Wed Oct 22 02:07:44 2008 @@ -33,7 +33,7 @@ @BeforeClass public static void startServers() throws Exception { - assertTrue("server did not launch correctly", launchServer(BookServerSpring.class, true)); + assertTrue("server did not launch correctly", launchServer(BookServerSpring.class)); } @Test