Comment 5 for bug 534574

Revision history for this message
Milan (milan-vukoslavcevic) wrote :

ok,
it is about bug #491548 and not bug #491458 :)

NUnit and nunit-result files are in separated directories so they should not influence each others.

but anyway I found out that exact problem exist only when some of the [Sequential] parameters is having "." in itself so complete list of parameters before parameter with "." will not be displayed in HTML report. Character "." and rest of parameter will be shown.
When [Sequential] parameters does not have character "." it works ... almost like charm :)

Sequential parameters (first parameter is in details given...others in pseudo code) are passed like in example:

[Values("Tbl_aaaaaa", "Tbl_eeeeeeeee",)] string sParentTable,
 second parameter,
 third...