()
| 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 { |
nothing calls this directly
no test coverage detected