Feature Requests item #1209694, was opened at 2005-05-27 08:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1209694&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: None
Group: None
Status: Open
Priority: 5
Submitted By: rav (ravikaimal)
Assigned to: Nobody/Anonymous (nobody)
Summary: working with tables containing embedded text fields
Initial Comment:
i am having a table with text fields embedded inside the
columns.
ie like
<table>
<tr>
<td
class="iCargoTableColumnCenterAligned">
<input type="text"
value="airlineCode">
</td>
<td
class="iCargoTableColumnCenterAligned">
<input type="text"
value="flightNumber">
</td>
</tr>
<tr>
<td
class="iCargoTableColumnCenterAligned">
<input type="text"
value="fromDestination">
</td>
<td
class="iCargoTableColumnCenterAligned">
<input type="text"
value="toDestination">
</td>
</tr>
</table>
when i try to compare this table with a string array {
{"airlineCode","flightNumber"},
{"fromDestination","toDestination"}
}
i am getting an error
junit.framework.AssertionFailedError: Expected rows [1]
larger than actual rows in range being compared [-3].
at
net.sourceforge.jwebunit.WebTester.assertTableRowsEq
ual(WebTester.jav
a:285)
how can i compare tables containing embedded text
fields?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1209694&group_id=61302
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development