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
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.