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

Method testGetAbsolutePath3

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

Source from the content-addressed store, hash-verified

71 }
72
73 @Test
74 public void testGetAbsolutePath3() throws IOException {
75 // test case: remote hdfs path
76 String absPath = "hdfs://myhost.mydomain:37765/data/passwd";
77 Assert.assertEquals(absPath,
78 LoadFunc.getAbsolutePath(absPath, curHdfsDir));
79 }
80
81 @Test
82 public void testGetAbsolutePath4() throws IOException {

Callers

nothing calls this directly

Calls 2

getAbsolutePathMethod · 0.95
assertEqualsMethod · 0.45

Tested by

no test coverage detected