Skip to content

Commit

Permalink
fix for schrodinger test
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Sep 23, 2020
1 parent 9383044 commit d97ae37
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,6 +135,6 @@ public void mod08test01ExtendingMidPointXMLSchema() {
showShadow(CSV_2_RESOURCE_NAME, "Login", "jsmith");
Assert.assertTrue(accountForm.compareInputAttributeValue("department", "Human Resources"));

Assert.assertTrue(existShadow(CSV_3_RESOURCE_NAME, "dn", "cn=John Smith,ou=0300,ou=ExAmPLE,dc=example,dc=com"));
Assert.assertTrue(existShadow(CSV_3_RESOURCE_NAME, "Distinguished Name", "cn=John Smith,ou=0300,ou=ExAmPLE,dc=example,dc=com"));
}
}

0 comments on commit d97ae37

Please sign in to comment.