r3846 - trunk/lima-business/src/test/java/org/chorem/lima/business
Author: sbavencoff Date: 2014-07-10 15:16:39 +0200 (Thu, 10 Jul 2014) New Revision: 3846 Url: http://forge.chorem.org/projects/lima/repository/revisions/3846 Log: fixes #557 : fix refactor exception Modified: trunk/lima-business/src/test/java/org/chorem/lima/business/ImportServiceImplTest.java Modified: trunk/lima-business/src/test/java/org/chorem/lima/business/ImportServiceImplTest.java =================================================================== --- trunk/lima-business/src/test/java/org/chorem/lima/business/ImportServiceImplTest.java 2014-07-10 12:26:56 UTC (rev 3845) +++ trunk/lima-business/src/test/java/org/chorem/lima/business/ImportServiceImplTest.java 2014-07-10 13:16:39 UTC (rev 3846) @@ -23,10 +23,6 @@ package org.chorem.lima.business; -import java.io.IOException; -import java.io.InputStream; -import java.text.ParseException; - import org.apache.commons.io.IOUtils; import org.chorem.lima.business.utils.ImportExportEntityEnum; import org.chorem.lima.entity.Account; @@ -35,6 +31,10 @@ import org.junit.Assert; import org.junit.Test; +import java.io.IOException; +import java.io.InputStream; +import java.text.ParseException; + /** * Test du service d'import en faisant des import/export EBP et xml. * @@ -50,10 +50,14 @@ * Import files available in src/test/resources/ebp. * * @throws IOException - * @throws LimaException - * @throws ParseException + * @throws ParseException + * @throws BeginAfterEndFiscalPeriodException + * @throws NotBeginNextDayOfLastFiscalPeriodException + * @throws MoreOneUnlockFiscalPeriodException + * @throws ImportEbpException */ - protected void importEBPData() throws IOException, LimaException, ParseException { + protected void importEBPData() throws IOException, ParseException, BeginAfterEndFiscalPeriodException, + NotBeginNextDayOfLastFiscalPeriodException, MoreOneUnlockFiscalPeriodException, ImportEbpException { // create fiscal period (mandatory for import) FiscalPeriod fiscalPeriod = new FiscalPeriodImpl();
participants (1)
-
sbavencoffļ¼ users.chorem.org