← Back to team overview

nunit-core team mailing list archive

[Bug 659969] Re: Config documentation inaccurate or functionality non-existent

 

Hi,

It does explain that:
"For example, the project AllTests.nunit would require a configuration file named AllTests.config, located in the same directory as AllTests.nunit."

I have an Main.nunit project with a corresponding Main.config file with these settings:
...
<NUnit>
    <TestRunner>
      <add key="ApartmentState" value="STA" />
      <add key="ThreadPriority" value="Lowest" />
    </TestRunner>
</NUnit>
...
Which has no effect whatsoever ..

-- 
Config documentation inaccurate or functionality non-existent
https://bugs.launchpad.net/bugs/659969
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit V2 Test Framework: New

Bug description:
this page: http://nunit.org/index.php?p=configFiles&r=2.5.7 describes how placing a config file with certain parameters can change the behaviour of running nunit.. 

Now if only any of them worked..





Follow ups

References