ValidationAndList |
|
Your trail: |
Difference between
version 10
and
version 9:
At line 366 changed 1 line. |
You will also need to change ''verifyForward("list")'' to be ''verifyForward("viewPeople")'' in the testRemove method of test/web/**/PersonActionTest.java. Lastly, the Canoo test with target "AddPerson" needs to be updated. Change the following line: |
You will also need to change ''verifyForward("list")'' to be ''verifyForward("viewPeople")'' in the testRemove method of test/web/**/PersonActionTest.java. Lastly, the Canoo tests "AddPerson" and "DeletePerson" need to be updated. Open test/web/web-tests.xml and change the following line in the "AddPerson" target: |
At line 371 changed 1 line. |
to |
to: |
At line 376 added 11 lines. |
Then in the "DeletePerson" target, change the following line: |
|
{{{<verifytitle description="display Main Menu" |
text=".*$(mainMenu.title}.*" regex="true"/> |
}}} |
|
to: |
|
{{{<verifytitle description="display Person List" |
text=".*$(personList.title}.*" regex="true"/>}}} |
|
Back to ValidationAndList,
or to the Page History.
|