mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Corrected Find Checkouts help and incorrect regex in UserManager
This commit is contained in:
parent
ea4407f0e8
commit
88a19c81d4
6 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
package help.screenshot;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
@ -58,9 +58,9 @@ public class VersionControlSlowScreenShots extends GhidraScreenShotGenerator {
|
|||
public void tearDown() throws Exception {
|
||||
|
||||
// super.tearDown(); don't do this; use our tool instead
|
||||
|
||||
frontEnd.dispose();
|
||||
|
||||
if (frontEnd != null) {
|
||||
frontEnd.dispose();
|
||||
}
|
||||
showResults();
|
||||
}
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@ public class ServerTestUtil {
|
|||
private static class ShutdownHook extends Thread {
|
||||
@Override
|
||||
public void run() {
|
||||
Msg.debug(ServerTestUtil.class, "\n\n\n\n\tSHUTDONW HOOK RUNNING");
|
||||
Msg.debug(ServerTestUtil.class, "\n\n\n\n\tSHUTDOWN HOOK RUNNING");
|
||||
disposeServer();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue