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

Method testCommaSeparatedString2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

checkLoadPathMethod · 0.95
getPigContextMethod · 0.45

Tested by

no test coverage detected