()
| 363 | } |
| 364 | |
| 365 | @Test |
| 366 | public void testStoreRemoteAbsScheme() throws Exception { |
| 367 | checkStorePath("hdfs:/tmp/test","hdfs:/tmp/test"); |
| 368 | } |
| 369 | |
| 370 | @Test |
| 371 | public void testStoreRemoteAbsAuth() throws Exception { |
nothing calls this directly
no test coverage detected