CreateActions |
|
Your trail: |
Difference between
version 18
and
version 17:
At line 80 changed 9 lines. |
//~ Constructors =========================================================== |
|
public PersonActionTest(String name) { |
super(name); |
} |
|
//~ Methods ================================================================ |
|
public void testExecute() throws Exception { |
|
public void testExecute() { |
// test execute method |
At line 90 changed 1 line. |
addRequestParameter("id", "1"); |
addRequestParameter("id", "1"); |
At line 92 removed 1 line. |
|
At line 95 removed 4 lines. |
|
public static void main(String[] args) { |
junit.textui.TestRunner.run(PersonActionTest.class); |
} |
At line 131 changed 1 line. |
//~ Instance fields ======================================================== |
private static Log log = LogFactory.getLog(PersonAction.class); |
At line 133 removed 4 lines. |
private Log log = LogFactory.getLog(PersonAction.class); |
|
//~ Methods ================================================================ |
|
Back to CreateActions,
or to the Page History.
|