Author: echatellier Date: 2012-02-21 15:00:40 +0100 (Tue, 21 Feb 2012) New Revision: 3329 Url: http://chorem.org/repositories/revision/lima/3329 Log: Fix imports Modified: trunk/lima-business/src/test/java/org/chorem/lima/business/EntryBookServiceImplTest.java trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialPeriodServiceImplTest.java trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceTest.java Modified: trunk/lima-business/src/test/java/org/chorem/lima/business/EntryBookServiceImplTest.java =================================================================== --- trunk/lima-business/src/test/java/org/chorem/lima/business/EntryBookServiceImplTest.java 2012-02-21 13:50:57 UTC (rev 3328) +++ trunk/lima-business/src/test/java/org/chorem/lima/business/EntryBookServiceImplTest.java 2012-02-21 14:00:40 UTC (rev 3329) @@ -28,7 +28,6 @@ import org.chorem.lima.entity.EntryBook; import org.chorem.lima.entity.EntryBookImpl; import org.junit.Assert; -import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; Modified: trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialPeriodServiceImplTest.java =================================================================== --- trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialPeriodServiceImplTest.java 2012-02-21 13:50:57 UTC (rev 3328) +++ trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialPeriodServiceImplTest.java 2012-02-21 14:00:40 UTC (rev 3329) @@ -25,7 +25,6 @@ package org.chorem.lima.business; -import org.junit.BeforeClass; import org.junit.Test; /** Modified: trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceTest.java =================================================================== --- trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceTest.java 2012-02-21 13:50:57 UTC (rev 3328) +++ trunk/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceTest.java 2012-02-21 14:00:40 UTC (rev 3329) @@ -29,8 +29,6 @@ import java.text.ParseException; import java.util.List; -import junit.framework.Assert; - import org.chorem.lima.entity.Account; import org.chorem.lima.entity.Entry; import org.chorem.lima.entity.EntryBook; @@ -39,8 +37,8 @@ import org.chorem.lima.entity.FinancialTransaction; import org.chorem.lima.entity.FinancialTransactionImpl; import org.chorem.lima.entity.FiscalPeriod; +import org.junit.Assert; import org.junit.Before; -import org.junit.BeforeClass; import org.junit.Test; /**