MCPcopy Create free account
hub / github.com/apache/pig / testCommaSeparatedString4

Method testCommaSeparatedString4

test/org/apache/pig/test/TestLoad.java:215–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 @Test
216 public void testCommaSeparatedString4() throws Exception {
217 for (PigServer pig : servers) {
218 pc = pig.getPigContext();
219 checkLoadPath("usr/pig/{a,c},usr/pig/b", WORKING_DIR + "/usr/pig/{a,c}," + WORKING_DIR + "/usr/pig/b");
220 }
221 }
222
223 @Test
224 public void testCommaSeparatedString5() throws Exception {

Callers

nothing calls this directly

Calls 2

checkLoadPathMethod · 0.95
getPigContextMethod · 0.45

Tested by

no test coverage detected