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