()
| 34 | private PigServer pig = null; |
| 35 | |
| 36 | @Before |
| 37 | public void setUp() throws Exception{ |
| 38 | pig = new PigServer(ExecType.LOCAL, new Properties()); |
| 39 | pig.setValidateEachStatement(true); |
| 40 | } |
| 41 | |
| 42 | @Test // Error from SchemaAliasVisitor |
| 43 | public void tesNegative1() { |
nothing calls this directly
no test coverage detected