branch develop updated (43a92d4 -> 4fa9916)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from 43a92d4 refs #1233 : test du service des exercices new 4fa9916 refs #1233 : fix test and update log The 1 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 4fa9916ede7aa948e227a8c2ea16d74e7c717ced Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 3 15:43:19 2015 +0200 refs #1233 : fix test and update log Summary of changes: .../org/chorem/lima/business/FinancialTransactionServiceImplTest.java | 3 +++ lima-business/src/test/resources/log4j.properties | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit 4fa9916ede7aa948e227a8c2ea16d74e7c717ced Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 3 15:43:19 2015 +0200 refs #1233 : fix test and update log --- .../org/chorem/lima/business/FinancialTransactionServiceImplTest.java | 3 +++ lima-business/src/test/resources/log4j.properties | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java b/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java index 0ce6097..5650f35 100644 --- a/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java +++ b/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java @@ -506,6 +506,7 @@ public class FinancialTransactionServiceImplTest extends AbstractLimaTest { Entry entry = new EntryImpl(); entry.setAccount(accountService.getAccountByNumber("511")); entry.setVoucher("Voucher"); + entry.setDescription("Decription"); entry.setDebit(true); entry.setAmount(BigDecimal.valueOf(14.36)); transaction.addEntry(entry); @@ -525,6 +526,7 @@ public class FinancialTransactionServiceImplTest extends AbstractLimaTest { entry1.setAccount(accountService.getAccountByNumber("501")); entry1.setVoucher("VoucherBis"); + entry.setDescription("Decription"); entry1.setDebit(true); entry1.setAmount(BigDecimal.valueOf(15.21)); @@ -626,6 +628,7 @@ public class FinancialTransactionServiceImplTest extends AbstractLimaTest { Entry entry = new EntryImpl(); entry.setAccount(accountService.getAccountByNumber("511")); entry.setVoucher("Voucher"); + entry.setDescription("Decription"); entry.setDebit(true); entry.setAmount(BigDecimal.valueOf(14.36)); transaction.addEntry(entry); diff --git a/lima-business/src/test/resources/log4j.properties b/lima-business/src/test/resources/log4j.properties index 2a75c2e..0b882cc 100644 --- a/lima-business/src/test/resources/log4j.properties +++ b/lima-business/src/test/resources/log4j.properties @@ -28,4 +28,6 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n # package level -log4j.logger.org.chorem.lima=DEBUG \ No newline at end of file +log4j.logger.org.chorem.lima=WARN +log4j.logger.org.nuiton.topia.persistence.util.TopiaUtil=ERROR +log4j.logger.org.hibernate.engine.jdbc=ERROR \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm