Difference between
version 19
and
version 18:
At line 199 changed 3 lines. |
protected void setUp() throws Exception { |
super.setUp(); |
dao = (PersonDao) ctx.getBean("personDao"); |
public void setPersonDao(PersonDao dao) { |
this.dao = dao; |
At line 203 removed 5 lines. |
|
protected void tearDown() throws Exception { |
super.tearDown(); |
dao = null; |
} |
Back to CreateDAO_zh,
or to the Page History.
|