()
| 368 | } |
| 369 | |
| 370 | @Test |
| 371 | public void testStoreRemoteAbsAuth() throws Exception { |
| 372 | checkStorePath("hdfs://localhost:9000/test","/test"); |
| 373 | } |
| 374 | |
| 375 | @Test |
| 376 | public void testStoreRemoteNormalize() throws Exception { |
nothing calls this directly
no test coverage detected