MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Databinding combination inconsistency #741

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 2 Oct 2010 at 9:01

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 14 Jun 2011 at 5:53