use of org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer in project directory-ldap-api by apache.
the class NumericNormalizerTest method testNumericNormalizerEmpty.
@Test
public void testNumericNormalizerEmpty() throws LdapException {
Normalizer normalizer = new NumericNormalizer();
assertEquals("", normalizer.normalize(""));
}
Aggregations