MudassarRasool / mb-unit

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

The gallio NAnt task doesn't recognise mbunit row tests #675

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem:
1. Create and build an assembly with a row test
2. Run the test assembly from NAnt with the "gallio" task
3. Check the output

Expected output:
Test results.

What was seen instead:
In the NAnt log, saw:
"This test is not supported by any available test framework".
In the xml output, saw:
<entry key="TestKind">
  <value>Unsupported</value>
</entry>
<entry key="IgnoreReason">
  <value>This test is not supported by any available test framework.</value>
</entry>

Version of the product:
Gallio.dll version 3.1.397.0
Gallio.NAntTasks.dll version 3.1.397.0
MbUnit.dll version 3.1.397.0

Operating system:
Windows XP
Windows 2008 server

Additional information:
The row tests are written in VB.Net
The row tests work fine if they're executed directly in Visual Studio
Ordinary tests (i.e. not row tests) work fine in NAnt

Original issue reported on code.google.com by www.blo...@gmail.com on 29 Jun 2010 at 10:37

GoogleCodeExporter commented 8 years ago
Not an issue!

The problem was because of some missing dependencies. If we use the entire bin 
folder from the Gallio installation, everything works fine.

Original comment by www.blo...@gmail.com on 2 Jul 2010 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by grahamr...@gmail.com on 12 Jul 2010 at 11:36