Tests - fixed tests failing due to recent merges

This commit is contained in:
dragonmacher 2019-05-28 17:34:32 -04:00
parent 8495cc68ee
commit bfe89551de
8 changed files with 75 additions and 65 deletions

View file

@ -15,7 +15,7 @@
*/
package ghidra.app.plugin.core.diff;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.*;
import java.awt.Window;
@ -35,10 +35,6 @@ import ghidra.test.TestEnv;
public class DiffSaveSettingsTest extends DiffApplyTestAdapter {
public DiffSaveSettingsTest() {
super();
}
@Override
@Before
public void setUp() throws Exception {