Bugs item #3166502, was opened at 2011-01-27 14:05
Message generated for change (Tracker Item Submitted) made by n116373
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3166502&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: HtmlUnit plugin
Group: Release 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Harri (n116373)
Assigned to: Nobody/Anonymous (nobody)
Summary: Index bug in HtmlUnitTestingEngineImpl.getLinkWithImage()

Initial Comment:
JWebUnit-htmlunit-plugin 2.4 and 2.5 versions have the following private method 
in HtmlUnitTestingEngineImpl
    private HtmlAnchor getLinkWithImage(String filename, int index) {
        return (HtmlAnchor) getHtmlElementByXPath("(//a[img[contains(@src,\""
                + filename + "\")]])[" + index + 1 + "]");
    }

'index + 1' part should have parenthesis around integers: (index + 1), as now 
this concatenates integers as Strings.
Index=1 results [11] and index = 2 results [12].
Common case index=0 works as [01] by accident.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3166502&group_id=61302

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to