Skip to content

Commit

Permalink
Enable test for data being erased (MID-4420)
Browse files Browse the repository at this point in the history
The workaround seems to be helping. The test now passes.
  • Loading branch information
mederly committed Oct 24, 2018
1 parent d9378fa commit 5560983
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -931,7 +931,7 @@ public void testReplaceModelOperationContext() throws Exception {
assertNull(prismObject.findContainer(TaskType.F_MODEL_OPERATION_CONTEXT));
}

@Test(enabled = false)
@Test
public void testDiffSameValues() throws Exception {
PrismObject<ResourceType> before = PrismTestUtil.parseObject(new File(TEST_DIR, "resource-white-before.xml"));
PrismObject<ResourceType> after = PrismTestUtil.parseObject(new File(TEST_DIR, "resource-white-after.xml"));
Expand Down

0 comments on commit 5560983

Please sign in to comment.