Browse Source

enabled unit test on SSL certificate dialog

git-svn-id: http://svn.dmdirc.com/trunk@4815 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6.3m1rc1
Gregory Holmes 16 years ago
parent
commit
b5737ff0a6

+ 2
- 2
test/com/dmdirc/ui/swing/dialogs/sslcertificate/SSLCertificateDialogTest.java View File

@@ -87,13 +87,13 @@ public class SSLCertificateDialogTest implements UITestIface {
87 87
         },window.list().cellReader(new CertificateListCellReader()).contents()));
88 88
     }
89 89
 
90
-    @Test @Ignore
90
+    @Test
91 91
     public void testSelection() throws InterruptedException {
92 92
         setupWindow();
93 93
 
94 94
         window.list().requireSelection("first cert");
95 95
 
96
-        Thread.sleep(10000);
96
+        //Thread.sleep(10000);
97 97
         
98 98
         for (String cert : window.list().contents()) {
99 99
             window.list().selectItem(cert).requireSelection(cert);

Loading…
Cancel
Save