This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 76693a31066f4abfc5c5e0b1cd95d0620dfad22e Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 22 09:55:25 2016 +0200 suppression code de test --- .../src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java index a46d20c..31851ea 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java @@ -635,9 +635,6 @@ public class AdminUIModel extends WizardExtModel<AdminStep> { } if (containsOperation(AdminStep.REFERENTIAL_SYNCHRONIZE)) { - //FIXME Remove this after tests - getCentralSourceModel().setRemotePassword('a'); - getReferentialSynchroModel().removePropertyChangeListener(listenReferentialConfigChanged); getReferentialSynchroModel().addPropertyChangeListener(listenReferentialConfigChanged); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.