[midPoint-git] [Evolveum/midpoint] 0bfd8e: Add a test for wrong computation of deltas
mederly
noreply at github.com
Thu Jul 16 23:41:15 CEST 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 0bfd8e9a74eacc9225af12a15eafb9572e873d34
https://github.com/Evolveum/midpoint/commit/0bfd8e9a74eacc9225af12a15eafb9572e873d34
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/mapping/TestMappingAdvanced.java
A model/model-intest/src/test/resources/mapping/advanced/system-configuration.xml
A model/model-intest/src/test/resources/mapping/advanced/user-franz.xml
A model/model-intest/src/test/resources/mapping/advanced/user-template.xml
Log Message:
-----------
Add a test for wrong computation of deltas
Source triples for mappings are computed as a difference
between objectOld and objectNew. But, in fact, they should
perhaps be computed as a diff from objectCurrent to objectNew.
Demonstrated by a (disabled) test.
More information about the midPoint-svn
mailing list