Update the test listener so that if pauseOnFailure is used and a failure
occurs, it will print out the LDAP/LDAPS/JMX ports so it's easier to
communicate with the server.
| | |
| | | tempFile.deleteOnExit(); |
| | | originalSystemErr.println("**** Pausing test execution until file " + |
| | | tempFile.getCanonicalPath() + " is removed."); |
| | | originalSystemErr.println("LDAP Port: " + |
| | | TestCaseUtils.getServerLdapPort()); |
| | | originalSystemErr.println("LDAPS Port: " + |
| | | TestCaseUtils.getServerLdapsPort()); |
| | | originalSystemErr.println("JMX Port: " + |
| | | TestCaseUtils.getServerJmxPort()); |
| | | } |
| | | catch (Exception e) |
| | | { |