()
| 125 | } |
| 126 | |
| 127 | @Test |
| 128 | public void testLoadRemoteAbs() throws Exception { |
| 129 | for (PigServer pig : servers) { |
| 130 | pc = pig.getPigContext(); |
| 131 | boolean noConversionExpected = true; |
| 132 | checkLoadPath(WORKING_DIR + "/test", WORKING_DIR + "/test", noConversionExpected); |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | @Test |
| 137 | public void testLoadRemoteRelScheme() throws Exception { |
nothing calls this directly
no test coverage detected