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