()
| 70 | private static final String WORKING_DIR = "/tmp/test" + java.util.UUID.randomUUID(); |
| 71 | |
| 72 | @Before |
| 73 | public void setUp() throws Exception { |
| 74 | FileLocalizer.deleteTempFiles(); |
| 75 | servers = new PigServer[] { |
| 76 | new PigServer(cluster.getExecType(), cluster.getProperties()), |
| 77 | new PigServer(Util.getLocalTestMode(), new Properties()) |
| 78 | }; |
| 79 | } |
| 80 | |
| 81 | @Test |
| 82 | public void testGetNextTuple() throws IOException { |
nothing calls this directly
no test coverage detected