()
| 177 | } |
| 178 | |
| 179 | @Test |
| 180 | public void testCommaSeparatedString() throws Exception { |
| 181 | for (PigServer pig : servers) { |
| 182 | pc = pig.getPigContext(); |
| 183 | checkLoadPath("usr/pig/a,b", WORKING_DIR + "/usr/pig/a,"+ WORKING_DIR + "/b"); |
| 184 | } |
| 185 | } |
| 186 | |
| 187 | @Test |
| 188 | public void testCommaSeparatedString2() throws Exception { |
nothing calls this directly
no test coverage detected