NUnit CategoryMask not converting variables to string

Hi,

The NUnit -> CategoryMask property is not converting the specified variable to string.  Instead it puts in the variable name literally in the NUnit parameter line.  
Thus it does not exclude categories (CategoryMaskType set to 'Exclude').

e.g.
%NUNIT_EXCLUDE% = "PinkTests"
[Then when running FB, in the console it looks like] Parameters: "\\MyApp.UnitTest.dll" /framework:net-4.0 /xml="C:\Develop\MyApp_UnitTestOutput.xml" /Exclude:"%NUNIT_EXCLUDE%"


FB: 7.0.0.3319
Windows 7 Ent. Service Pack1
NUnit 2.6.4


Regards,
Ly

Hi Ly,

Thank you for reporting this. The fix looks simple enough and will get a release out today for it.

Hi Jason,

Thanks for the quick response.


Ly

Hi Ly,

The fix for this is in the latest official release.