()
| 81 | } |
| 82 | |
| 83 | @Test(expected=RecognitionException.class) |
| 84 | public void testNegative6() throws IOException, RecognitionException { |
| 85 | shouldFail("A = load '/Users/gates/test/data/studenttab10'; B = foreach A generate $0, 3.0e10.1;"); |
| 86 | } |
| 87 | |
| 88 | @Test // test error message with file name |
| 89 | public void testNagative7() throws IOException { |
nothing calls this directly
no test coverage detected