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

Method testGetAbsolutePath

test/org/apache/pig/test/TestLoadFunc.java:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 @Test
60 public void testGetAbsolutePath() throws IOException {
61 // test case: simple absolute path
62 Assert.assertEquals("/hadoop/test/passwd",
63 LoadFunc.getAbsolutePath("/hadoop/test/passwd", curHdfsDir));
64 }
65
66 @Test
67 public void testGetAbsolutePath2() throws IOException {

Callers

nothing calls this directly

Calls 2

getAbsolutePathMethod · 0.95
assertEqualsMethod · 0.45

Tested by

no test coverage detected