()
| 160 | } |
| 161 | |
| 162 | @Test |
| 163 | public void testLoadRemoteNormalize() throws Exception { |
| 164 | for (PigServer pig : servers) { |
| 165 | pc = pig.getPigContext(); |
| 166 | boolean noConversionExpected = true; |
| 167 | checkLoadPath(WORKING_DIR + "/foo/../././", WORKING_DIR + "/foo/.././.", noConversionExpected); |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | @Test |
| 172 | public void testGlobChars() throws Exception { |
nothing calls this directly
no test coverage detected