mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GT-3547 - Patch dir fix - review fixes
This commit is contained in:
parent
3dced733df
commit
87bda2b34d
14 changed files with 149 additions and 531 deletions
|
@ -255,7 +255,6 @@ public class FrontEndPluginScreenShots extends GhidraScreenShotGenerator {
|
|||
|
||||
@Test
|
||||
public void testEditPluginPath() {
|
||||
Preferences.setProperty(Preferences.USER_PLUGIN_JAR_DIRECTORY, "/MyPlugins");
|
||||
Preferences.setPluginPaths(new String[] { "/myJar.jar", "/MyPlugins/classes" });
|
||||
performAction("Edit Plugin Path", "FrontEndPlugin", false);
|
||||
DialogComponentProvider dialog = getDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue