Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 27645 invoked from network); 30 Nov 2006 15:07:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 15:07:16 -0000 Received: (qmail 53404 invoked by uid 500); 30 Nov 2006 15:07:25 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 53315 invoked by uid 500); 30 Nov 2006 15:07:25 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 53306 invoked by uid 99); 30 Nov 2006 15:07:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 07:07:25 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 07:07:15 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 4D5BF1A984D; Thu, 30 Nov 2006 07:06:37 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r480954 - /jackrabbit/trunk/jackrabbit/src/test/java/org/apache/jackrabbit/test/api/PropertyReadMethodsTest.java Date: Thu, 30 Nov 2006 15:06:37 -0000 To: commits@jackrabbit.apache.org From: mreutegg@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061130150637.4D5BF1A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mreutegg Date: Thu Nov 30 07:06:36 2006 New Revision: 480954 URL: http://svn.apache.org/viewvc?view=rev&rev=480954 Log: Typos in test case Modified: jackrabbit/trunk/jackrabbit/src/test/java/org/apache/jackrabbit/test/api/PropertyReadMethodsTest.java Modified: jackrabbit/trunk/jackrabbit/src/test/java/org/apache/jackrabbit/test/api/PropertyReadMethodsTest.java URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/test/java/org/apache/jackrabbit/test/api/PropertyReadMethodsTest.java?view=diff&rev=480954&r1=480953&r2=480954 ============================================================================== --- jackrabbit/trunk/jackrabbit/src/test/java/org/apache/jackrabbit/test/api/PropertyReadMethodsTest.java (original) +++ jackrabbit/trunk/jackrabbit/src/test/java/org/apache/jackrabbit/test/api/PropertyReadMethodsTest.java Thu Nov 30 07:06:36 2006 @@ -310,8 +310,9 @@ } /** - * Tests that a ValueFormatExcdption is thrown in case Property.getNode is called - * on a multivalued exception. + * Tests if Property.getNode() fails with ValueFormatException for + * multivalued properties. + * * @throws RepositoryException * @throws NotExecutableException */