ソースを参照

Fixes issue 3597: unit test failure in mainframe due to unit tests being annoying

Change-Id: I52f6268fd298c18a4f0a3972d305b507d2ac32d0
Reviewed-on: http://gerrit.dmdirc.com/579
Automatic-Compile: Gregory Holmes <greboid@dmdirc.com>
Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
tags/0.6.3
Gregory Holmes 14年前
コミット
cafea9f0e5
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      test/com/dmdirc/addons/ui_swing/MainFrameTest.java

+ 2
- 0
test/com/dmdirc/addons/ui_swing/MainFrameTest.java ファイルの表示

@@ -53,6 +53,8 @@ public class MainFrameTest {
53 53
         IdentityManager.getAddonIdentity().setOption("test", "debugEDT", "false");
54 54
         IdentityManager.getAddonIdentity().setOption("test", "windowMenuItems", "1");
55 55
         IdentityManager.getAddonIdentity().setOption("test", "windowMenuScrollInterval", "1");
56
+        IdentityManager.getAddonIdentity().setOption("test", "desktopbackground", "");
57
+        IdentityManager.getAddonIdentity().setOption("test", "desktopbackgroundoption", "STRETCH");
56 58
         controller = new SwingController();
57 59
         controller.setDomain("test");
58 60
         controller.onLoad();

読み込み中…
キャンセル
保存