Return-Path: X-Original-To: apmail-hdt-dev-archive@minotaur.apache.org Delivered-To: apmail-hdt-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A40D1D866 for ; Tue, 21 May 2013 04:39:19 +0000 (UTC) Received: (qmail 5280 invoked by uid 500); 21 May 2013 04:39:19 -0000 Delivered-To: apmail-hdt-dev-archive@hdt.apache.org Received: (qmail 5213 invoked by uid 500); 21 May 2013 04:39:18 -0000 Mailing-List: contact dev-help@hdt.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hdt.incubator.apache.org Delivered-To: mailing list dev@hdt.incubator.apache.org Received: (qmail 5166 invoked by uid 99); 21 May 2013 04:39:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 04:39:16 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [128.149.139.109] (HELO mail.jpl.nasa.gov) (128.149.139.109) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 04:39:10 +0000 Received: from mail.jpl.nasa.gov (ap-ehub-sp02.jpl.nasa.gov [128.149.137.149]) by smtp.jpl.nasa.gov (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r4L4ckpb002665 (using TLSv1/SSLv3 with cipher AES128-SHA (128 bits) verified NO) for ; Mon, 20 May 2013 21:38:47 -0700 Received: from AP-EMBX-SP40.RES.AD.JPL ([169.254.7.233]) by ap-ehub-sp02.RES.AD.JPL ([fe80::dd85:7b07:1e36:7e3c%15]) with mapi id 14.02.0342.003; Mon, 20 May 2013 21:38:46 -0700 From: "Mattmann, Chris A (398J)" To: "dev@hdt.incubator.apache.org" Subject: Re: Unit Testing Thread-Topic: Unit Testing Thread-Index: AQHOVdfr6vCbcrIv/kyexkVdHWXmSpkPDnYA Date: Tue, 21 May 2013 04:38:45 +0000 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.4.130416 x-originating-ip: [128.149.137.113] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-Sender: chris.a.mattmann@jpl.nasa.gov X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Rahul, yes great idea! :) Please add some and file some JIRA issues and throw up some patches :) Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: chris.a.mattmann@nasa.gov WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: Rahul Sharma Reply-To: "dev@hdt.incubator.apache.org" Date: Monday, May 20, 2013 9:00 PM To: "dev@hdt.incubator.apache.org" Subject: Unit Testing >Hi All, > >While I was fixing HDT-25 >issue >I was also trying to understand the code base. Since the project did not >have any unit tests so it was a bit hard to make sense, at couple of >places. I believe unit tests are a great source >of understanding a code-base. So it would be great if some form of tests >can be made, may be a separate tests module which can have them. > >I would like to know if there any thoughts on adding junit tests to the >project ? > >regards, >Rahul