()
| 134 | } |
| 135 | |
| 136 | @Test |
| 137 | public void testLoadRemoteRelScheme() throws Exception { |
| 138 | for (PigServer pig : servers) { |
| 139 | pc = pig.getPigContext(); |
| 140 | checkLoadPath("test", WORKING_DIR + "/test"); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | @Test |
| 145 | public void testLoadRemoteAbsScheme() throws Exception { |
nothing calls this directly
no test coverage detected