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

Method testStoreRemoteNormalize

test/org/apache/pig/test/TestStore.java:375–378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373 }
374
375 @Test
376 public void testStoreRemoteNormalize() throws Exception {
377 checkStorePath("/tmp/foo/../././","/tmp/foo/.././.");
378 }
379
380 // A UDF which always throws an Exception so that the job can fail
381 public static class FailUDF extends EvalFunc<String> {

Callers

nothing calls this directly

Calls 1

checkStorePathMethod · 0.95

Tested by

no test coverage detected