@@ -194,7 +194,7 @@ public class TestResourceLocalizationService {
conf = null;
try {
FileUtils.deleteDirectory(new File(basedir.toString()));
- } catch (IOException e) {
+ } catch (IOException | IllegalArgumentException e) {
// ignore
}