()
| 154 | } |
| 155 | |
| 156 | @Test |
| 157 | public void testLoadRemoteAbsAuth() throws Exception { |
| 158 | pc = servers[0].getPigContext(); |
| 159 | checkLoadPath(cluster.getFileSystem().getUri()+"/test","/test"); |
| 160 | } |
| 161 | |
| 162 | @Test |
| 163 | public void testLoadRemoteNormalize() throws Exception { |
nothing calls this directly
no test coverage detected