Skip to content

Commit

Permalink
Re-enable a test in TestDelta after Arnost's fix
Browse files Browse the repository at this point in the history
TestDelta.testObjectDeltaFindItemDeltaModifyNonExistentPropertyInReplacedContainer
was failing because of a fault that Arnost has recently fixed. So this
test can be re-enabled now. Related to MID-4689.
  • Loading branch information
mederly committed Nov 14, 2018
1 parent d0bec55 commit cecfc19
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1187,7 +1187,7 @@ public void testObjectDeltaFindItemDeltaModifyPropertyInReplacedContainer() thro
// ((PropertyDelta)itemDelta).getValuesToReplace(), Boolean.TRUE);
}

@Test(enabled = false) // MID-4689
@Test // MID-4689
public void testObjectDeltaFindItemDeltaModifyNonExistentPropertyInReplacedContainer() throws Exception {
final String TEST_NAME="testObjectDeltaFindItemDeltaModifyNonExistentPropertyInReplacedContainer";
displayTestTitle(TEST_NAME);
Expand Down

0 comments on commit cecfc19

Please sign in to comment.