()
| 117 | } |
| 118 | |
| 119 | @Test |
| 120 | public void testLoadRemoteRel() throws Exception { |
| 121 | for (PigServer pig : servers) { |
| 122 | pc = pig.getPigContext(); |
| 123 | checkLoadPath("test", WORKING_DIR + "/test"); |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | @Test |
| 128 | public void testLoadRemoteAbs() throws Exception { |
nothing calls this directly
no test coverage detected