<html>
<head>
</head>
<body>
<table border='0' cellpadding='3'>
<tr><td>Author: </td><td><b>semancik</b></td></tr>
<tr><td>Date:</td><td>2012-08-01 09:43:29 +0200 (Wed, 01 Aug 2012)</td></tr>
<tr><td>New Revision: </td><td>3936</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Improving the Clockwork test. One test still fails (disabled for now).<br/>
Adding better toString to lens context and other classes.<br/>
Improving consistency checks and crating a single place where to turn them off for production (ModelCompiletimeConfig), not ideal but OK for now.<br/>
Refactoring lens tests constants.<br/>
Very simple serialization utils.<br/>
<br/>
</div><hr/>
<b>Added:</b><div style='padding-left: 20px; color:green'>
trunk/infra/util/src/main/java/com/evolveum/midpoint/util/SerializationUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/src/main/java/com/evolveum/midpoint/util/SerializationUtil.java?r=3936"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/ModelCompiletimeConfig.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/ModelCompiletimeConfig.java?r=3936"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/LensTestConstants.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/LensTestConstants.java?r=3936"><see></a><br/>
trunk/model/model-impl/src/test/resources/synchronizer/user-jack-modify-delete-assignment-account-dummy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/synchronizer/user-jack-modify-delete-assignment-account-dummy.xml?r=3936"><see></a><br/>
</div>
<b>Modified:</b><div style='padding-left: 20px; color:blue'>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/refinery/ResourceAccountType.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/refinery/ResourceAccountType.java?r2=3936&r1=3935"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AccountValuesProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AccountValuesProcessor.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AssignmentProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AssignmentProcessor.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ConsolidationProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ConsolidationProcessor.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensContext.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensElementContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensElementContext.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensFocusContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensFocusContext.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensProjectionContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensProjectionContext.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ObjectDeltaWaves.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ObjectDeltaWaves.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/Projector.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/Projector.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentEvaluator.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentProcessor.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestClockwork.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestClockwork.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjector.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjector.java?r2=3936&r1=3935"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/test/util/mock/MockClockworkHook.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/test/util/mock/MockClockworkHook.java?r2=3936&r1=3935"><see></a><br/>
</div>
</body></html>