Parcourir la source

Fix broken unit test

tags/0.6.3m1rc1
Chris Smith il y a 15 ans
Parent
révision
dd6d70c944

+ 5
- 0
test/com/dmdirc/harness/ui/TestSSLCertificateDialogModel.java Voir le fichier

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

Chargement…
Annuler
Enregistrer