[Webtest] [dev] webtestTaskdefs.properties problem

Marc Guillemot webtest@lists.canoo.com
Wed, 03 Aug 2005 13:56:46 +0200


Hi,

it's a good idea to generate webtest.taskdef using xdoclet, but current version seriously breaks compatibility with 
previous builds because many deprecated steps are missing like:

new_setinputfield=com.canoo.webtest.steps.form.SetInputField
new_setselectfield=com.canoo.webtest.steps.form.SetSelectField
new_setcheckbox=com.canoo.webtest.steps.form.SetCheckbox
new_setradiobutton=com.canoo.webtest.steps.form.SetRadioButton
new_selectform=com.canoo.webtest.steps.form.SelectForm
emulateSetElementAttribute=com.canoo.webtest.extension.EmulateSetInputFieldAttribute
click=com.canoo.webtest.steps.request.ClickElement


Furthermore the file now contain all steps in a lowercased version rather than only the 25 which have been changed. I 
think that it is a bad idea to introduce new "versions" of these steps.

Who can fix it?

Marc.