/lib/watin/BlogEngine.Tests.dll.config
# · ASP.NET · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 7aca48e0f002f01d787fa8730b11732c MD5 · raw file
- <?xml version="1.0"?>
- <configuration>
- <configSections>
- <sectionGroup name="NUnit">
- <section name="TestRunner" type="System.Configuration.NameValueSectionHandler" />
- </sectionGroup>
- </configSections>
- <NUnit>
- <TestRunner>
- <add key="ApartmentState" value="STA" />
- </TestRunner>
- </NUnit>
- </configuration>