CppStars / mb-unit

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

R#, MbUnit 3.0.4.485 and Gallio Always report green on all tests #335

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In VS2008 SP1/R#4.1.942, Create an classlibrary
2. Add references to MbUnit and Gallio
3. Create a single class:
using MbUnit.Framework;

namespace ClassLibrary1
{
    public class Class1
    {
        [Test]
        public void Should_Fail_This_Test()
        {
            Assert.Fail();
        }
    }
}
4. Run the test

What is the expected output? What do you see instead?
Expected = failure
Actual = pass (green lights)

What version of the product are you using? On what operating system?
VS2008 sp1, Vista 32bit, MbUnit 3.0.4.485,Gallio 3.04 build 485

Please provide any additional information below.

Original issue reported on code.google.com by skime...@gmail.com on 10 Nov 2008 at 5:29

GoogleCodeExporter commented 8 years ago
@Philip,
That test should definitely fail, even in R#.

Since v3.0.4 was released, we have made a number of improvements to the 
robustness of
the R# runner.

Please try one of the recent nightly builds from
http://ccnet.gallio.org/Distributables or wait for v3.0.5 to be released within 
the
next few days.

Original comment by jeff.br...@gmail.com on 11 Nov 2008 at 3:37

GoogleCodeExporter commented 8 years ago
The most recent daily build (3.0.4.523) resolved this. Nicely done.

Original comment by skime...@gmail.com on 11 Nov 2008 at 8:50

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 11 Nov 2008 at 8:51