Explorar el Código

Fix broken unit test

tags/0.6.3m1rc1
Chris Smith hace 15 años
padre
commit
dd6d70c944
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      test/com/dmdirc/harness/ui/TestSSLCertificateDialogModel.java

+ 5
- 0
test/com/dmdirc/harness/ui/TestSSLCertificateDialogModel.java Ver fichero

@@ -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…
Cancelar
Guardar