Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFC86EAFC for ; Sun, 3 Mar 2013 15:32:40 +0000 (UTC) Received: (qmail 29791 invoked by uid 500); 3 Mar 2013 15:32:40 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 29693 invoked by uid 500); 3 Mar 2013 15:32:40 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 29685 invoked by uid 99); 3 Mar 2013 15:32:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Mar 2013 15:32:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-wg0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Mar 2013 15:32:33 +0000 Received: by mail-wg0-f45.google.com with SMTP id dq12so3728856wgb.12 for ; Sun, 03 Mar 2013 07:32:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=YvpTUAqTF10EqXiJMiLHVq5hgnc/5HzoYW+JuUkeAJs=; b=xAzoF88ZIUBQ8WZ1HPvRZsZ39ys8+MSYos+9G3wmBi4qgw6lG+hg/Q2hVJFs8IjbPR hwsal854KsH4LOGx/116UtjeKCHEW9d7VR0T2nqIGv5U0nQ/YMRBZ/QBM2Czct/s9Kdm Kyc8iimq4ropXybQ4HjALrwL+eAOfmW6XLtioYsK8U8gp61AMGUSYulhwWY0cuIUsFso LuS32HeeJIi2Vuc7Zm0B3sDyjgLb7ExoO3elkkX4ntV4PWWGqnWGysC2Dl0GBw8VCP2W tHVzyJgEoXIEXxc0gj2XqFv5EtKzfgrIebThMzD2MHdKomsHDu+zjdYRH3CuM441nS76 /KCg== MIME-Version: 1.0 X-Received: by 10.180.104.225 with SMTP id gh1mr6872716wib.27.1362324733467; Sun, 03 Mar 2013 07:32:13 -0800 (PST) Received: by 10.194.61.236 with HTTP; Sun, 3 Mar 2013 07:32:13 -0800 (PST) In-Reply-To: <20130303132525.0BB2223888CD@eris.apache.org> References: <20130303132525.0BB2223888CD@eris.apache.org> Date: Sun, 3 Mar 2013 15:32:13 +0000 Message-ID: Subject: Re: svn commit: r1452037 - /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java From: sebb To: dev@commons.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 3 March 2013 13:25, wrote: > Author: britter > Date: Sun Mar 3 13:25:24 2013 > New Revision: 1452037 > > URL: http://svn.apache.org/r1452037 > Log: > Add JavaDoc and SVN Keywords -1 Please don't use $Date$ - it is rendered using the client Locale, and so causes problems matching SVN tags against source archives. $Revision$ is usally enough; if you really want a date, use $id$ > Modified: > commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java (contents, props changed) > > Modified: commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java > URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java?rev=1452037&r1=1452036&r2=1452037&view=diff > ============================================================================== > --- commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java (original) > +++ commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java Sun Mar 3 13:25:24 2013 > @@ -22,6 +22,15 @@ import java.util.ArrayList; > > import junit.framework.TestCase; > > +/** > + * getPropertyType return null on second descendant class > + * > + *

> + * See https://issues.apache.org/jira/browse/BEANUTILS-422 > + *

> + * > + * @version $Revision$ $Date$ > + */ > public class Jira422TestCase extends TestCase { > > public void testRootBean() throws Exception { > > Propchange: commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java > ------------------------------------------------------------------------------ > --- svn:keywords (added) > +++ svn:keywords Sun Mar 3 13:25:24 2013 > @@ -0,0 +1,2 @@ > +Revision > +Date > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org