mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GT-3547-dragonmacher-patch-dir-fix'
This commit is contained in:
commit
9f66126cef
18 changed files with 277 additions and 530 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