Hi Dennis, I assume you also have settings like this near the start of Main.config...
<configSections> <sectionGroup name="NUnit"> <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/> </sectionGroup> </configSections> How are you executing the tests? That is, what's the command line. Charlie On Wed, Oct 13, 2010 at 1:06 PM, Dennis Jakobsen <659...@bugs.launchpad.net> wrote: > 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. > -- 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.. _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp