mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 07:40:40 +08:00
SQOOP-3413: TestMainframeManager does not restore the inner state of AccumuloUtil
(Szabolcs Vasas via Fero Szabo) This closes #52
This commit is contained in:
parent
696187bb16
commit
f8fe691e21
@ -140,6 +140,7 @@ public void testImportTableNoAccumuloJarPresent() {
|
||||
} catch (IOException e) {
|
||||
fail("No IOException should be thrown!");
|
||||
} finally {
|
||||
AccumuloUtil.setAlwaysNoAccumuloJarMode(false);
|
||||
opts.setAccumuloTable(null);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user