Skip to content

Commit

Permalink
Test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jun 21, 2018
1 parent e7537b8 commit a1d39ac
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -819,6 +819,7 @@ public void test200AssignAccountBarbossa() throws Exception {

assertAttribute(entry, ATTRIBUTE_USER_ACCOUNT_CONTROL_NAME, "512");

// MID-4624
ResourceAttribute<XMLGregorianCalendar> createTimestampAttribute = ShadowUtil.getAttribute(shadow, new QName(MidPointConstants.NS_RI, "createTimeStamp"));
assertNotNull("No createTimestamp in "+shadow, createTimestampAttribute);
XMLGregorianCalendar createTimestamp = createTimestampAttribute.getRealValue();
Expand Down Expand Up @@ -1830,6 +1831,7 @@ public void test600AssignAccountSubman() throws Exception {

assertAttribute(entry, ATTRIBUTE_USER_ACCOUNT_CONTROL_NAME, "512");

// MID-4624
ResourceAttribute<XMLGregorianCalendar> createTimestampAttribute = ShadowUtil.getAttribute(shadow, new QName(MidPointConstants.NS_RI, "createTimeStamp"));
assertNotNull("No createTimestamp in "+shadow, createTimestampAttribute);
XMLGregorianCalendar createTimestamp = createTimestampAttribute.getRealValue();
Expand Down

0 comments on commit a1d39ac

Please sign in to comment.