Hi

Sometimes I get a test showing as ignored: skipped when in fact it is
a valid test, has been working and then all of a sudden moves to
Ignored: Skipped

Its not always reproducable, it just sometimes happens. I thought it
was to do with pressing F5 in Visual Studio 2010 rather than F6, I
also thought it might be to do with having multiple attributes on the
method. The only area I can see that it might be related to is that
whilst completing a test using Debug and stopping the test, after a
few times of this, the test will move to Ignore: skipped

Can you tell me what would cause an Ignored: skipped message please?

The main points about the method are

        [Test, AUT(AUT.Uk), JIRA("Unknown", "This is a prototype
test")]
        public void FirstRealProtypeTest_DontCallMethodsThisName()
        {
           // Some code
           Console.WriteLine("test");
        }

I am using Visual Studio 2010 v 4.0.30319SP1, Visual C#, Simple.Data,
Gallio v 3.3 build 610

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to mbunituser@googlegroups.com.
To unsubscribe from this group, send email to 
mbunituser+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mbunituser?hl=en.

Reply via email to