ソースを参照

Fix broken unit test

tags/0.6.3m1rc1
Chris Smith 15年前
コミット
dd6d70c944
1個のファイルの変更5行の追加0行の削除
  1. 5
    0
      test/com/dmdirc/harness/ui/TestSSLCertificateDialogModel.java

+ 5
- 0
test/com/dmdirc/harness/ui/TestSSLCertificateDialogModel.java ファイルの表示

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

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