mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
Fixed ignored test
This commit is contained in:
parent
0c9cd4b111
commit
2928c54a22
@ -17,7 +17,8 @@ package ghidra.app.merge.datatypes;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.junit.*;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import ghidra.program.database.*;
|
||||
import ghidra.program.model.data.*;
|
||||
@ -1246,12 +1247,10 @@ public class DataTypeMerge3Test extends AbstractDataTypeMergeTest {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
// TODO See GP-585 for design issue preventing this test from passing
|
||||
// @Test
|
||||
public void testEditStructureWithReplacementAndRemoval() throws Exception {
|
||||
|
||||
// See GP-585 for design issue preventing this test from passing
|
||||
|
||||
mtf.initialize("notepad", new OriginalProgramModifierListener() {
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user