← Back to team overview

nunit-core team mailing list archive

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

 

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
<659969@xxxxxxxxxxxxxxxxxx> 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..





References