/include:<category> Keeps adding selected category to nunit gui

5 views
Skip to first unread message

Marc

unread,
May 5, 2009, 10:09:06 AM5/5/09
to NUnit-Discuss
In an attempt to allow our QA team to run all of the nunit tests - I
created them a windows batch file to start the nunit gui and run the
unit tests with Category "Regression" like this:

start .\3rdParty\nunit2.5.0.9122\bin\net-2.0\nunit.exe .\NexusUnitTests
\bin\Debug\NexusUnitTests.dll /include:Regression /runselected

I then noticed that each time I run nunit this way, it adds another
category, 'Regression" to the list of selected categories.

Is this a bug, or I am doing something wrong?


Thanks!!

-Marc

Charlie Poole

unread,
May 5, 2009, 11:24:51 AM5/5/09
to nunit-...@googlegroups.com
Are you saying that more than one "Regression" category
is shown during a run? That would be a bug.

OTOH, if there's just one, it's doing what you told it
to do: including the Regression category. :-)

Charlie
Reply all
Reply to author
Forward
0 new messages