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

Method testGetAbsolutePath4

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

Source from the content-addressed store, hash-verified

79 }
80
81 @Test
82 public void testGetAbsolutePath4() throws IOException {
83 // test case: non dfs scheme
84 Assert.assertEquals("http://myhost:12345/data/passwd",
85 LoadFunc.getAbsolutePath("http://myhost:12345/data/passwd",
86 curHdfsDir));
87 }
88
89 @Test
90 public void testCommaSeparatedString() throws Exception {

Callers

nothing calls this directly

Calls 2

getAbsolutePathMethod · 0.95
assertEqualsMethod · 0.45

Tested by

no test coverage detected