Skip to content

Commit

Permalink
Fixing a test that I have broken in my other commint. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jul 31, 2015
1 parent 77ce567 commit 8b83c9d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -589,7 +589,7 @@ public void test255ModifyUserBarbossaAssignment() throws Exception {
assertNotNull("No account secondary delta", accountSecondaryDelta);
assertEquals(ChangeType.MODIFY, accountSecondaryDelta.getChangeType());
// There is a lot of changes caused by the reconciliation. But we are only interested in the new one
assertEquals("Unexpected number of account secondary changes", 4, accountSecondaryDelta.getModifications().size());
assertEquals("Unexpected number of account secondary changes", 3, accountSecondaryDelta.getModifications().size());
PrismAsserts.assertPropertyAdd(accountSecondaryDelta,
dummyResourceCtl.getAttributePath(DummyResourceContoller.DUMMY_ACCOUNT_ATTRIBUTE_QUOTE_NAME),
"Pirate of Caribbean");
Expand Down

0 comments on commit 8b83c9d

Please sign in to comment.