Browse Source

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 years ago
parent
commit
ae480614fd
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      test/com/dmdirc/harness/TestWritableFrameContainer.java

+ 4
- 0
test/com/dmdirc/harness/TestWritableFrameContainer.java View File

@@ -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
     }

Loading…
Cancel
Save