mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +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 org.apache.commons.lang3.StringUtils;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.*;
|
||||
|
||||
import datagraph.*;
|
||||
import datagraph.data.graph.*;
|
||||
|
@ -72,6 +71,11 @@ public class DataGraphProviderTest extends AbstractGhidraHeadedIntegrationTest {
|
|||
turnOffAnimation();
|
||||
}
|
||||
|
||||
@After
|
||||
public void tearDown() {
|
||||
env.dispose();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGraphHasInitialVertex() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue