浏览代码

Fix writable frame container harness

Change-Id: I07bc51e40d5775439e6abf02bb7b0b8719675374
Reviewed-on: http://gerrit.dmdirc.com/924
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
Automatic-Compile: Gregory Holmes <greg@dmdirc.com>
tags/0.6.3rc1
Chris Smith 14 年前
父节点
当前提交
ae480614fd
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      test/com/dmdirc/harness/TestWritableFrameContainer.java

+ 4
- 0
test/com/dmdirc/harness/TestWritableFrameContainer.java 查看文件

@@ -61,6 +61,10 @@ public class TestWritableFrameContainer extends WritableFrameContainer {
61 61
         WindowManager.removeWindow(window);
62 62
     }
63 63
 
64
+    public void windowClosed() {
65
+        // DO nothing
66
+    }
67
+
64 68
     public Server getServer() {
65 69
         return null;
66 70
     }

正在加载...
取消
保存