@Test
public void testTelephoneNumberNormalizerHyphensSpaces() throws LdapException
{
Normalizer normalizer = new TelephoneNumberNormalizer();
assertEquals( "", normalizer.normalize( " -- - -- " ) );
}
@Test
public void testInsignifiantSpacesStringOneChar() throws LdapException