Hi,
I have a table with two header rows, two footer rows and two body rows. If I get the table row count via getDialog(), it is correctly found as 6. However, if I try to check the content of the rows using assertTableRowsEquals, it fails.
If I start the count at less than 4, I get an error because of the column count. I have merged cells in my header and footer, so that's expected. But if I start at 4, I get an error saying that I expect 2 rows but only one row was found. If I start the count at 5, the error says that I expected two rows but 0 were found. If I start at 6 or more, the error say I expect 2 rows but -1 row was found.
Any ideas what's happening?
I'm doing my testing like this:
assertTableRowsEqual("contactsList", 4, new String[][] {
{" ", "display0", "1234567890"},
{" ", "display1", "1234567891"}
});Thanks,
L
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development
