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

Method testLoadRemoteNormalize

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

Source from the content-addressed store, hash-verified

160 }
161
162 @Test
163 public void testLoadRemoteNormalize() throws Exception {
164 for (PigServer pig : servers) {
165 pc = pig.getPigContext();
166 boolean noConversionExpected = true;
167 checkLoadPath(WORKING_DIR + "/foo/../././", WORKING_DIR + "/foo/.././.", noConversionExpected);
168 }
169 }
170
171 @Test
172 public void testGlobChars() throws Exception {

Callers

nothing calls this directly

Calls 2

checkLoadPathMethod · 0.95
getPigContextMethod · 0.45

Tested by

no test coverage detected