Browse Source

Fix broken unit test

tags/0.6.3m1rc1
Chris Smith 15 years ago
parent
commit
dd6d70c944
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      test/com/dmdirc/harness/ui/TestSSLCertificateDialogModel.java

+ 5
- 0
test/com/dmdirc/harness/ui/TestSSLCertificateDialogModel.java View File

@@ -97,4 +97,9 @@ public class TestSSLCertificateDialogModel extends SSLCertificateDialogModel {
97 97
         this.action = action;
98 98
     }
99 99
 
100
+    @Override
101
+    public String getServerName() {
102
+        return "server.name";
103
+    }
104
+
100 105
 }

Loading…
Cancel
Save