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 0AA00F82E for ; Wed, 10 Apr 2013 21:46:46 +0000 (UTC) Received: (qmail 3790 invoked by uid 500); 10 Apr 2013 21:46:45 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 3706 invoked by uid 500); 10 Apr 2013 21:46:45 -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 3695 invoked by uid 99); 10 Apr 2013 21:46:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 21:46:45 +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 (athena.apache.org: domain of garydgregory@gmail.com designates 209.85.214.41 as permitted sender) Received: from [209.85.214.41] (HELO mail-bk0-f41.google.com) (209.85.214.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 21:46:40 +0000 Received: by mail-bk0-f41.google.com with SMTP id i18so483456bkv.28 for ; Wed, 10 Apr 2013 14:46:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:from:mime-version:in-reply-to:date:message-id :subject:to:content-type:content-transfer-encoding; bh=aLcHE208uzgynQosOKwFBEwBW8nPILbDnP5b5Zbykv4=; b=zTxBL3uPfoAgcC3W/zs5M3PI4y7O6WzTaca6kueLD91gRRNDrpF/yT4RocUxrWltuu s6cEZqHerf0gR0kMsAvrgAy+/zGg07glioOyZM9PIH+mAUhzS1Uors7i5LzedVCjBI+6 jzJS2WRv/WVjly8nR4FA5VnliPnQYcl/bjpYQ8GKQAAQMK0yZ/ecdHL3iF7IWGgqeIHJ IlG83cOcskwKKYiWnGojEujdX7EpYxMTjXPGnns2cPcsKvPtilFdqQI++sxo/MajW74z gnhV30YTqeI16ZhqObA3EO86WrGSJPCKBBw4/yGGsZnTskfr0BWtD3tQQnNfbJV/k5By Ktnw== X-Received: by 10.205.34.3 with SMTP id sq3mr1536432bkb.23.1365630379127; Wed, 10 Apr 2013 14:46:19 -0700 (PDT) References: <20130410174829.4A15723888FE@eris.apache.org> <5165D863.7020603@apache.org> From: Gary Gregory Mime-Version: 1.0 (1.0) In-Reply-To: <5165D863.7020603@apache.org> Date: Wed, 10 Apr 2013 17:46:17 -0400 Message-ID: <9151667773801089485@unknownmsgid> Subject: Re: svn commit: r1466591 - /commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVLexerTest.java To: Commons Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Apr 10, 2013, at 17:24, Emmanuel Bourg wrote: > Le 10/04/2013 23:18, Benedikt Ritter a =C3=A9crit : > >> Yes, I agree (I liked that in BU2) but CSV still uses the old JUnit 3.x >> convention of prefixing tests with "test". I'm not sure whether it's a g= ood >> idea to start mixing this styles. WDYT? > > I agree. I always preferred the JUnit 3.x style anyway. +1 Gary > > Emmanuel Bourg > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org