()
| 57 | } |
| 58 | |
| 59 | @Test |
| 60 | public void testGetAbsolutePath() throws IOException { |
| 61 | // test case: simple absolute path |
| 62 | Assert.assertEquals("/hadoop/test/passwd", |
| 63 | LoadFunc.getAbsolutePath("/hadoop/test/passwd", curHdfsDir)); |
| 64 | } |
| 65 | |
| 66 | @Test |
| 67 | public void testGetAbsolutePath2() throws IOException { |
nothing calls this directly
no test coverage detected