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

Method testGetAbsolutePath2

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

Source from the content-addressed store, hash-verified

64 }
65
66 @Test
67 public void testGetAbsolutePath2() throws IOException {
68 // test case: simple relative path
69 Assert.assertEquals(curHdfsRoot + "/user/pig/data/passwd",
70 LoadFunc.getAbsolutePath("data/passwd", curHdfsDir));
71 }
72
73 @Test
74 public void testGetAbsolutePath3() throws IOException {

Callers

nothing calls this directly

Calls 2

getAbsolutePathMethod · 0.95
assertEqualsMethod · 0.45

Tested by

no test coverage detected