Difference between
version 24
and
version 23:
| At line 190 removed 2 lines. |
| import org.apache.commons.logging.Log; |
| import org.apache.commons.logging.LogFactory; |
| At line 191 added 1 line. |
| import org.springframework.dao.DataAccessException; |
| At line 194 removed 1 line. |
|
| At line 197 removed 3 lines. |
|
| //~ Instance fields ======================================================== |
|
| At line 203 changed 3 lines. |
| //~ Methods ================================================================ |
| protected void setUp() { |
| log = LogFactory.getLog(PersonDaoTest.class); |
| protected void setUp() throws Exception { |
| super.setUp(); |
| At line 209 changed 1 line. |
| protected void tearDown() { |
| protected void tearDown() throws Exception { |
| super.tearDown(); |
| At line 212 removed 4 lines. |
|
| public static void main(String[] args) { |
| junit.textui.TestRunner.run(PersonDaoTest.class); |
| } |
Back to CreateDAO_pt,
or to the Page History.
|