Upgraded to jmock 2.4.0 from 1.1.0
[utils] / support / src / test / java / org / wamblee / test / SpringTestCase.java
index 556bac2af0f1140f541c978b68d8ae1e633b5172..9e25caaf8785291a3cbecf2a1872e659cbd18258 100644 (file)
@@ -21,7 +21,6 @@ import java.sql.PreparedStatement;
 import java.sql.ResultSet;
 import java.sql.SQLException;
 import java.util.ArrayList;
-import java.util.HashMap;
 import java.util.Iterator;
 import java.util.List;
 import java.util.Map;
@@ -42,7 +41,6 @@ import org.dbunit.dataset.IDataSet;
 import org.dbunit.dataset.filter.ITableFilter;
 import org.dbunit.operation.DatabaseOperation;
 import org.hibernate.SessionFactory;
-import org.jmock.cglib.MockObjectTestCase;
 import org.springframework.beans.factory.NoSuchBeanDefinitionException;
 import org.springframework.beans.factory.config.BeanDefinition;
 import org.springframework.beans.factory.support.RootBeanDefinition;
@@ -66,7 +64,7 @@ import org.wamblee.persistence.hibernate.HibernateMappingFiles;
 /**
  * Test case support class for spring tests.
  */
-public class SpringTestCase extends MockObjectTestCase {
+public class SpringTestCase extends TestCase {
 
     private static final Log LOG = LogFactory.getLog(SpringTestCase.class);