/**
* Error catching with root name.
*
*/
public void test08RootNameError() {
Personne input = new Personne();
input.setLogin("ut061111");
input.setSurname("Rod");
input.setName("Johnson");
Map lenv = new HashMap();
lenv.put("scope", "2");
npmock.reset();
npmock.expects(once()).method("parse").with(
eq("cn=ut061111,ou=Personnes,o=canam")).will(