What steps will reproduce the problem?
----------------------------------
(see DataSourceTests.cs. in particular the HalfMemberDatabindTests fixture)
1. Define a two column datasource, with 3 rows
2. bind one column to a member variable
3. bind one column to a function parameter of a test
What is the expected output? What do you see instead?
----------------------------------
Expected it to behave Identically to binding all to members, or binding all to
function parameters. (ie. one test per row)
Instead it appears bind combinatorially (as if the member-bound columns were
generated in combinations with the function-bound columns).
What version of the product are you using? On what operating system?
----------------------------------
GallioBundle Version 3.2 build 611
(also observed on Version 3.3 build 16)
Windows XP SP3
x86
Please provide any additional information below.
----------------------------------
Workaround is to only use function parameters or only use member parameters.
Original issue reported on code.google.com by tyr...@irdinc.com on 1 Oct 2010 at 5:23
Original issue reported on code.google.com by
tyr...@irdinc.com
on 1 Oct 2010 at 5:23Attachments: