Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 60573 invoked from network); 14 Aug 2006 11:35:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 11:35:57 -0000 Received: (qmail 8962 invoked by uid 500); 14 Aug 2006 11:35:55 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 8921 invoked by uid 500); 14 Aug 2006 11:35:55 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 8910 invoked by uid 99); 14 Aug 2006 11:35:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 04:35:55 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stepan.mishura@gmail.com designates 64.233.162.202 as permitted sender) Received: from [64.233.162.202] (HELO nz-out-0102.google.com) (64.233.162.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 04:35:54 -0700 Received: by nz-out-0102.google.com with SMTP id v1so328285nzb for ; Mon, 14 Aug 2006 04:35:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Nnk1PdHIutzhF3gJxzkONfG+5+bIjPZzkv8dDYcnN/LKdwCu4BeKSP1MKZZShJ5DwVRO04pNI2aEzj0e4bXhv6U4uIQexz9l6zTqejsCzTEhltCUsr01bFJDzehL347bn6a0m8kBCs0A7S/iqt+m0/A4EJQw/wZlVr6bHpmzpfg= Received: by 10.65.20.3 with SMTP id x3mr6711457qbi; Mon, 14 Aug 2006 04:35:33 -0700 (PDT) Received: by 10.65.242.13 with HTTP; Mon, 14 Aug 2006 04:35:33 -0700 (PDT) Message-ID: <6e47b64f0608140435r79754999kc363c1d7eba9b461@mail.gmail.com> Date: Mon, 14 Aug 2006 18:35:33 +0700 From: "Stepan Mishura" To: harmony-dev Subject: Re: svn commit: r431219 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test: api/ impl/ java/org/apache/harmony/luni/tests/java/lang/ MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52385_21844500.1155555333679" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_52385_21844500.1155555333679 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Nathan, I saw that you've changed tests layout (consolidated) tests in luni module. But I don't understand what the purpose for the change. Is this a first step for migrating to TestNG? (May be I missed something important - sorry for stupid question then.) BTW did we agree on that we won't follow directory-based tests layout [1]? IMHO, not yet. IIRC we agreed that directory-based tests layout is not quite convenient for our needs and we'll try TestNG. But for me it doesn't mean that we'll migrate to TestNG for sure. Also I assume that mixed approach (directory-based layout + annotations) is possible. So it is not time for doing massive tests moves and merges. And the minor comment to the commit log. It says: "remove unused folders". But there are a lot of other unrelated changes. Was it possible to make separate commits? Thanks, Stepan. [1] http://incubator.apache.org/harmony/subcomponents/classlibrary/testing.html -----Original Message----- From: ndbeyer@apache.org [mailto:ndbeyer@apache.org] Sent: Monday, August 14, 2006 2:56 AM To: harmony-commits@incubator.apache.org Subject: svn commit: r431219 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test: api/ impl/ java/org/apache/harmony/luni/tests/java/lang/ Author: ndbeyer Date: Sun Aug 13 12:55:54 2006 New Revision: 431219 URL: http://svn.apache.org/viewvc?rev=431219&view=rev Log: remove unused folders Removed: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/DoubleTest.java incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/SecurityManagerTest.java incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ThreadGroupTest.java Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/DoubleTest.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/DoubleTest.java?rev=431219&r1=431218&r2=431219&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/DoubleTest.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/DoubleTest.java Sun Aug 13 12:55:54 2006 @@ -441,7 +441,7 @@ */ public void test_parseDoubleLjava_lang_String() { assertEquals("Incorrect double returned, expected zero.", 0.0, Double - .parseDouble("2.4703282292062327208828439643411e-324")); + .parseDouble("2.4703282292062327208828439643411e-324"), 0.0 ); assertTrue("Incorrect double returned, expected minimum double.", Double .parseDouble("2.4703282292062327208828439643412e-324") == Double.MIN_VALUE); Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/SecurityManagerTest.java ------------------------------------------------------ Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org ------=_Part_52385_21844500.1155555333679--