mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +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 static org.junit.Assert.*;
|
||||||
|
|
||||||
import org.junit.*;
|
import org.junit.Assert;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
import ghidra.program.database.*;
|
import ghidra.program.database.*;
|
||||||
import ghidra.program.model.data.*;
|
import ghidra.program.model.data.*;
|
||||||
@ -1246,12 +1247,10 @@ public class DataTypeMerge3Test extends AbstractDataTypeMergeTest {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
// TODO See GP-585 for design issue preventing this test from passing
|
||||||
@Ignore
|
// @Test
|
||||||
public void testEditStructureWithReplacementAndRemoval() throws Exception {
|
public void testEditStructureWithReplacementAndRemoval() throws Exception {
|
||||||
|
|
||||||
// See GP-585 for design issue preventing this test from passing
|
|
||||||
|
|
||||||
mtf.initialize("notepad", new OriginalProgramModifierListener() {
|
mtf.initialize("notepad", new OriginalProgramModifierListener() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user