mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fix incorrect use of Autopsy Logger in RegressionTest class
This commit is contained in:
parent
74550f2698
commit
b5301e689a
@ -20,7 +20,7 @@ package org.sleuthkit.autopsy.testing;
|
|||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import org.sleuthkit.autopsy.coreutils.Logger;
|
import java.util.logging.Logger;
|
||||||
import junit.framework.Test;
|
import junit.framework.Test;
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
import org.netbeans.jemmy.Timeouts;
|
import org.netbeans.jemmy.Timeouts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user