mirror of
https://github.com/apache/sqoop.git
synced 2025-05-06 18:59:35 +08:00
SQOOP-1008: Test TestClassWriter.testNoClassGeneration is failing on JDK7
(Jarek Jarcec Cecho via Kate Ting)
This commit is contained in:
parent
ed2a903634
commit
aa6813e36d
@ -513,8 +513,8 @@ private void runFailedGenerationTest(String [] argv,
|
|||||||
writer.generate();
|
writer.generate();
|
||||||
compileMgr.compile();
|
compileMgr.compile();
|
||||||
fail("ORM class file generation succeeded when it was expected to fail");
|
fail("ORM class file generation succeeded when it was expected to fail");
|
||||||
} catch (IOException ioe) {
|
} catch (Exception ioe) {
|
||||||
LOG.error("Got IOException from ORM generation as expected : "
|
LOG.error("Got Exception from ORM generation as expected : "
|
||||||
+ ioe.toString());
|
+ ioe.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user