Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 74140 invoked from network); 21 Feb 2008 18:36:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2008 18:36:05 -0000 Received: (qmail 41631 invoked by uid 500); 21 Feb 2008 18:35:56 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 41370 invoked by uid 500); 21 Feb 2008 18:35:55 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 41316 invoked by uid 99); 21 Feb 2008 18:35:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 10:35:55 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 18:35:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AC8BE234C04D for ; Thu, 21 Feb 2008 10:35:19 -0800 (PST) Message-ID: <1171637295.1203618919705.JavaMail.jira@brutus> Date: Thu, 21 Feb 2008 10:35:19 -0800 (PST) From: "Olga Natkovich (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Resolved: (PIG-107) Some test methods are not run because there is no @Test annotation In-Reply-To: <20080774.1202921949726.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich resolved PIG-107. -------------------------------- Resolution: Fixed Patch committed. Thanks Benjamin! > Some test methods are not run because there is no @Test annotation > ------------------------------------------------------------------ > > Key: PIG-107 > URL: https://issues.apache.org/jira/browse/PIG-107 > Project: Pig > Issue Type: Test > Affects Versions: 0.1.0 > Reporter: Benjamin Francisoud > Attachments: PIG-107-v01.patch > > > I don't know if that's on purpose but in TestLogicalPlanBuilder.java, those methods don't have the @Test annotation and therefore are not run with latest junit (in my case in eclipse): > {code:java} > public void testQuery41() {} > public void testQuery42() {} > public void testQuery43() {} > public void testQuery44() {} > public void testQueryFail44() throws Throwable {} > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.