()
| 43 | private PigServer pig; |
| 44 | |
| 45 | @Before |
| 46 | public void setUp() throws Exception { |
| 47 | FileLocalizer.deleteTempFiles(); |
| 48 | pig = new PigServer(Util.getLocalTestMode()); |
| 49 | } |
| 50 | |
| 51 | @Test |
| 52 | public void testStringEq() throws Throwable { |
nothing calls this directly
no test coverage detected