[Webtest] Spurious warnings?
George Bills
George Bills <gbills@funnelback.com>
Tue, 28 Nov 2006 15:55:03 +1100
I'm getting a certain warn message from webtest, and I don't see why I
should be.
The message is:
[verifyinputfield] WARN
(com.canoo.webtest.steps.verify.VerifyInputField) - Usage of attribute
'formname' is deprecated - please switch to 'formName'.
But I've already changed all of my "formname" to "formName":
[gbills@localhost webtest]$ grep "formname" . -R
[gbills@localhost webtest]$ grep "formName" . -R
./foor/bar.xml: formName="editbyhand"
Does anyone know what's going on? Is there any way I can quiet just this
exact message? Thanks for any help.