Bugs item #1042967, was opened at 2004-10-08 04:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1042967&group_id=61302
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: assertFormElementEquals does not seem to work for "submit"
Initial Comment:
This was in the form under scrutiny
<input type="submit"
name="apply-now-cid-si-30-83145$194391"
value="ApplyNow" class="button">
but this assertion was failing
assertFormElementEquals("apply-now-cid-si-30-83145$194391",
"ApplyNow");
with this message
[junit] expected:<ApplyNow> but was:<null>
[junit] junit.framework.ComparisonFailure:
expected:<ApplyNow> but was:<null>
However this assertion passes
assertFormElementPresent("apply-now-cid-si-30-83145$194391");
Was the first assertion used improperly or is this a bug?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1042967&group_id=61302
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development