<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-07-17 22:39:03 +0200 (Tue, 17 Jul 2012)</td></tr>
<tr><td>New Revision: </td><td>3874</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Refactoring user synchronizer: putting change executing inside. Refactoring the tests as well.<br/>
<br/>
</div><hr/>
<b>Added:</b><div style='padding-left: 20px; color:green'>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestMultiResource.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestMultiResource.java?r=3874"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/role-dummies.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/role-dummies.xml?r=3874"><see></a><br/>
</div>
<b>Modified:</b><div style='padding-left: 20px; color:blue'>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/ChangeExecutor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/ChangeExecutor.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/SyncContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/SyncContext.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/controller/ModelController.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/controller/ModelController.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/RecomputeTaskHandler.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/RecomputeTaskHandler.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/AddUserAction.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/AddUserAction.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/BaseAction.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/BaseAction.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/DeleteUserAction.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/DeleteUserAction.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/ModifyUserAction.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/ModifyUserAction.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/SynchronizeAction.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/SynchronizeAction.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/AccountValuesProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/AccountValuesProcessor.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/ActivationProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/ActivationProcessor.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/CredentialsProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/CredentialsProcessor.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/ReconciliationProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/ReconciliationProcessor.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/UserSynchronizer.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/synchronizer/UserSynchronizer.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/AbstractModelIntegrationTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/AbstractModelIntegrationTest.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestSynchronizerAddUser.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestSynchronizerAddUser.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestUserSynchronizer.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/synchronizer/TestUserSynchronizer.java?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/resource-dummy-red.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/resource-dummy-red.xml?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/user-jack.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/user-jack.xml?r2=3874&r1=3873"><see></a><br/>
trunk/model/model-impl/testng.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/testng.xml?r2=3874&r1=3873"><see></a><br/>
</div>
</body></html>