mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
updated to latest api calls
This commit is contained in:
parent
409e0bd985
commit
4e13a6d97f
@ -98,7 +98,7 @@ public abstract class AbstractIntraCaseCommonFilesSearchTest extends NbTestCase
|
||||
@Override
|
||||
public void setUp() {
|
||||
|
||||
CaseUtils.createCase(this.getCaseName());
|
||||
CaseUtils.createAsCurrentCase(this.getCaseName());
|
||||
|
||||
final ImageDSProcessor imageDSProcessor = new ImageDSProcessor();
|
||||
|
||||
@ -112,7 +112,7 @@ public abstract class AbstractIntraCaseCommonFilesSearchTest extends NbTestCase
|
||||
|
||||
@Override
|
||||
public void tearDown() {
|
||||
CaseUtils.closeCase();
|
||||
CaseUtils.closeCurrentCase(false);
|
||||
try {
|
||||
CaseUtils.deleteCaseDir(CASE_DIRECTORY_PATH.toFile());
|
||||
} catch (IOException ex) {
|
||||
|
@ -127,5 +127,4 @@ public final class CaseUtils {
|
||||
*/
|
||||
private CaseUtils() {
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user