Skip to content

Commit

Permalink
Fixing sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 22, 2017
1 parent 113ce10 commit 6f10ec7
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -3753,9 +3753,6 @@ public void test500NotifyChangeCreateAccount() throws Exception{
display("Entry from LDIF", ldifEntry);

List<Attribute> attributes = ldifEntry.getAttributes();
// for (Attribute a : attributes){
// display("attr anem : ", a.getAttributeType().toString());
// }
List<Attribute> attrs = ldifEntry.getAttribute("entryUUID");

AttributeValue val = null;
Expand Down Expand Up @@ -3811,8 +3808,6 @@ public void test500NotifyChangeCreateAccount() throws Exception{
assertAttribute(modelShadow, "givenName", "Angelika");
assertAttribute(modelShadow, "sn", "Marley");
assertAttribute(modelShadow, "cn", "Angelika Marley");

assertShadowLdapPassword(modelShadow, "piranhaDogs");

}

Expand Down

0 comments on commit 6f10ec7

Please sign in to comment.