Browse Source

Load actions when running the AMD test

May fix issue 3651

Change-Id: Ief6f43682cb99578a0de3d39e70a56d17d5cc414
Reviewed-on: http://gerrit.dmdirc.com/671
Automatic-Compile: Chris Smith <chris@dmdirc.com>
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.3
Chris Smith 14 years ago
parent
commit
176a2f11b6

+ 1
- 0
test/com/dmdirc/addons/ui_swing/dialogs/actionsmanager/ActionsManagerDialogTest.java View File

@@ -57,6 +57,7 @@ public class ActionsManagerDialogTest {
57 57
         IdentityManager.load();
58 58
         Main.setUI(new SwingController());
59 59
         ActionManager.init();
60
+        ActionManager.loadActions();
60 61
     }
61 62
     
62 63
     @Before

Loading…
Cancel
Save