Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 5677 invoked from network); 16 Feb 2006 07:10:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Feb 2006 07:10:31 -0000 Received: (qmail 88619 invoked by uid 500); 16 Feb 2006 07:10:28 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 88555 invoked by uid 500); 16 Feb 2006 07:10:28 -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 88540 invoked by uid 99); 16 Feb 2006 07:10:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2006 23:10:28 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Feb 2006 23:10:27 -0800 Received: (qmail 14483 invoked from network); 16 Feb 2006 07:10:04 -0000 Received: from 64.221.254.66.ptr.us.xo.net (HELO ?192.168.2.141?) (geir@64.221.254.66) by b014.internal.mobile-health-diary.com with SMTP; 16 Feb 2006 07:10:04 -0000 Message-ID: <43F42520.90301@pobox.com> Date: Thu, 16 Feb 2006 02:09:20 -0500 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: newbie to project-where to start from References: <43F39168.6050000@gmail.com> <43F3A17E.6010302@gmail.com> In-Reply-To: <43F3A17E.6010302@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tim Ellison wrote: > Pick a module [1] that interests you and from there the test code is in > /src/test/java/org.apache.harmony.tests..Test.java > where and are the package and type under test; see here [2] > for an example. I'm not convinced that we should only use this package convention for tests. One should certainly be able to put a test in the same package as the class being tested... geir