This is an automated email from the git hooks/post-receive script. New change to branch feature/1174-Import_EBP_Transactions in repository lima. See https://gitlab.nuiton.org/chorem/lima.git from 7a00a52 refs #1174 création de transaction pour chaque changement de date puis de pièce comptable (déplacement de branche) new 7f40bc8 refs #1174 ajout d'une exception pour gérer le cas ou l'on essaye de supprimer un compte qui 'existe pas new 89c8a76 refs #1174 [ISO] mise à jour des tests suite au rebase The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 89c8a76d4b7405f3f0b806facaede98cfeaf0374 Author: David Cossé <cosse@codelutin.com> Date: Fri Jul 8 10:34:04 2016 +0200 refs #1174 [ISO] mise à jour des tests suite au rebase commit 7f40bc896c28d4ed8d99e60638e80c277907650b Author: David Cossé <cosse@codelutin.com> Date: Fri Jul 8 10:33:23 2016 +0200 refs #1174 ajout d'une exception pour gérer le cas ou l'on essaye de supprimer un compte qui 'existe pas Summary of changes: .../chorem/lima/business/api/AccountService.java | 3 +- ...ortEbpException.java => UnexistingAccount.java} | 10 +- .../org/chorem/lima/business/AccountingRules.java | 3 +- .../accountingrules/DefaultAccountingRules.java | 6 +- .../lima/business/ejb/AccountServiceImpl.java | 7 +- .../org/chorem/lima/business/AbstractLimaTest.java | 486 --------------------- .../lima/business/AccountServiceImplTest.java | 9 +- .../lima/business/ImportExportServiceTest.java | 4 +- .../chorem/lima/ui/account/AccountViewHandler.java | 3 + .../resources/i18n/lima-swing_en_GB.properties | 1 + .../resources/i18n/lima-swing_fr_FR.properties | 1 + 11 files changed, 32 insertions(+), 501 deletions(-) copy lima-business-api/src/main/java/org/chorem/lima/business/exceptions/{ImportEbpException.java => UnexistingAccount.java} (77%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.