Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 14925 invoked from network); 20 Sep 2007 01:49:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 01:49:10 -0000 Received: (qmail 44144 invoked by uid 500); 20 Sep 2007 01:49:01 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 44117 invoked by uid 500); 20 Sep 2007 01:49:01 -0000 Mailing-List: contact cxf-dev-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-dev@incubator.apache.org Received: (qmail 44108 invoked by uid 99); 20 Sep 2007 01:49:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 18:49:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=FM_FAKE_HELO_VERIZON,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of glen.mazza@verizon.net designates 206.46.252.46 as permitted sender) Received: from [206.46.252.46] (HELO vms046pub.verizon.net) (206.46.252.46) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 01:50:59 +0000 Received: from [192.168.1.45] ([70.17.64.200]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JON00ELH91185OB@vms046.mailsrvcs.net> for cxf-dev@incubator.apache.org; Wed, 19 Sep 2007 20:48:38 -0500 (CDT) Date: Wed, 19 Sep 2007 21:48:38 -0400 From: Glen Mazza Subject: Re: svn commit: r576868 - /incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java In-reply-to: <20070918124014.6010C1A9832@eris.apache.org> To: cxf-dev@incubator.apache.org Message-id: <1190252918.20516.2.camel@gmazza-desktop> MIME-version: 1.0 X-Mailer: Evolution 2.10.1 Content-type: text/plain Content-transfer-encoding: 7bit References: <20070918124014.6010C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org I think you had this in *two* places, also in a testing source file, correct? Glen Am Dienstag, den 18.09.2007, 12:40 +0000 schrieb jliu@apache.org: > Author: jliu > Date: Tue Sep 18 05:40:13 2007 > New Revision: 576868 > > URL: http://svn.apache.org/viewvc?rev=576868&view=rev > Log: > Forgot to fix the typo that was pointed out by Glen. > > Modified: > incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java > > Modified: incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java > URL: http://svn.apache.org/viewvc/incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java?rev=576868&r1=576867&r2=576868&view=diff > ============================================================================== > --- incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java (original) > +++ incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java Tue Sep 18 05:40:13 2007 > @@ -51,7 +51,7 @@ > > CD cd = new CD(); > cd.setId(cdId); > - cd.setName("BOHEMIAN RHAYSODY"); > + cd.setName("BOHEMIAN RHAPSODY"); > cds.add(cd); > CD cd1 = new CD(); > cd1.setId(++cdId); > >