5 changed files with 3 additions and 17 deletions
@ -1,14 +0,0 @@ |
|||||||
<configuration> |
|
||||||
<configSections> |
|
||||||
<sectionGroup name="NUnit"> |
|
||||||
<section name="TestRunner" |
|
||||||
type="System.Configuration.NameValueSectionHandler" /> |
|
||||||
</sectionGroup> |
|
||||||
</configSections> |
|
||||||
<NUnit> |
|
||||||
<TestRunner> |
|
||||||
<!-- Valid values are STA,MTA. Others ignored. --> |
|
||||||
<add key="ApartmentState" value="STA" /> |
|
||||||
</TestRunner> |
|
||||||
</NUnit> |
|
||||||
</configuration> |
|
Loading…
Reference in new issue