opendj-server-legacy/src/test/java/org/opends/server/controls/VLVControlTestCase.java
@@ -97,10 +97,10 @@ { TestCaseUtils.startServer(); givenNameType = DirectoryServer.getAttributeTypeOrNull("givenname"); givenNameType = DirectoryServer.getAttributeType("givenname"); assertNotNull(givenNameType); snType = DirectoryServer.getAttributeTypeOrNull("sn"); snType = DirectoryServer.getAttributeType("sn"); assertNotNull(snType); aaccfJohnsonDN = DN.valueOf("uid=aaccf.johnson,dc=example,dc=com");