()
| 373 | } |
| 374 | |
| 375 | @Test |
| 376 | public void testStoreRemoteNormalize() throws Exception { |
| 377 | checkStorePath("/tmp/foo/../././","/tmp/foo/.././."); |
| 378 | } |
| 379 | |
| 380 | // A UDF which always throws an Exception so that the job can fail |
| 381 | public static class FailUDF extends EvalFunc<String> { |
nothing calls this directly
no test coverage detected