mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Fixed ignored test
This commit is contained in:
parent
0c9cd4b111
commit
2928c54a22
1 changed files with 4 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue