()
| 185 | } |
| 186 | |
| 187 | @Test |
| 188 | public void testCommaSeparatedString2() throws Exception { |
| 189 | for (PigServer pig : servers) { |
| 190 | pc = pig.getPigContext(); |
| 191 | checkLoadPath("t?s*,test", WORKING_DIR + "/t?s*,"+ WORKING_DIR + "/test"); |
| 192 | } |
| 193 | } |
| 194 | |
| 195 | @SuppressWarnings("unchecked") |
| 196 | @Test |
nothing calls this directly
no test coverage detected