opendj-server-legacy/src/test/java/org/opends/server/monitors/GenericMonitorTestCase.java
@@ -54,14 +54,11 @@ protected GenericMonitorTestCase(String dnString) throws Exception { super(); TestCaseUtils.startServer(); if (dnString != null) { DN dn = DN.valueOf(dnString); configEntry = DirectoryServer.getConfigEntry(dn); configEntry = DirectoryServer.getEntry(DN.valueOf(dnString)); assertNotNull(configEntry); } }