mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/GP-0_ghidragon_fixing_data_graphTest_to_dispose_env'
This commit is contained in:
commit
245c52b8c6
1 changed files with 6 additions and 2 deletions
|
@ -21,8 +21,7 @@ import java.util.*;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
import org.junit.Before;
|
import org.junit.*;
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import datagraph.*;
|
import datagraph.*;
|
||||||
import datagraph.data.graph.*;
|
import datagraph.data.graph.*;
|
||||||
|
@ -72,6 +71,11 @@ public class DataGraphProviderTest extends AbstractGhidraHeadedIntegrationTest {
|
||||||
turnOffAnimation();
|
turnOffAnimation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@After
|
||||||
|
public void tearDown() {
|
||||||
|
env.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGraphHasInitialVertex() {
|
public void testGraphHasInitialVertex() {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue