shekharpro / mb-unit

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

Gallio is not working with Iterative Test Nunit Plugin. #398

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and copy the iterative plugins from Nunit website and copy to
Gallio Nunit folder.
2. Open the Project having iterative tests. The tests which are marked as
iterative are not being recognized by the gallio.
3.

What is the expected output? What do you see instead?

Iterative Tests need to be recognized.

What version of the product are you using? On what operating system?
3.0.5 build 546 and windows XP

Please provide any additional information below.

Original issue reported on code.google.com by krishnas...@gmail.com on 4 Mar 2009 at 5:01

GoogleCodeExporter commented 8 years ago
The problem is likely that the plugin was built with NUnit v2.4.5 but we ship 
with
NUnit v2.4.8.  Try recompiling the plugin from source against the version of 
NUnit
that we ship.

Original comment by jeff.br...@gmail.com on 4 Mar 2009 at 6:10

GoogleCodeExporter commented 8 years ago
I am closing this issue because it likely pertains to an NUnit plugin version
incompatibility.  If you feel this issue has been closed in error please feel 
free to
comment on it.

Original comment by jeff.br...@gmail.com on 26 Mar 2009 at 7:19

GoogleCodeExporter commented 8 years ago
I re-compiled the Iterative Test source code with NUnit 2.4.8 framework and 
copied
the dlls to C:\Program Files\Gallio\bin\NUnit\addins. Now when I open my Nunit
project(which is compiled using NUnit 2.4.8), The gallio Test runner is unable 
to
recognize the iterative tests. These iterative tests seems working fine with 
regular
Nunit 2.4.8 test runner. Can you please help me in fixing this problem. I like 
the
reporting functionality of this tool a lot, So I don't want to miss the 
opportunity
of using this too because of this minor problem.

Original comment by krishnas...@gmail.com on 23 Apr 2009 at 3:35