Project

General

Profile

« Previous | Next » 

Revision 80379c19

Added by Katja Luther almost 5 years ago

mend

display of status in drop down according to preference

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/dialogs/CdmServerInfoTest.java
39 39
                //no need to test ping localhost
40 40
                continue;
41 41
            }
42
            server.pingServer();
42
            System.err.println(server.getName());
43
            try{
44
                server.pingServer();
45
            }catch(Exception e){
46
                System.err.println(e.getMessage());
47
            }
43 48
        }
44 49
    }
45 50

  

Also available in: Unified diff