PageRenderTime 50ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/watin/BlogEngine.Tests.dll.config

#
ASP.NET | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | 7aca48e0f002f01d787fa8730b11732c MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="NUnit">
  5. <section name="TestRunner" type="System.Configuration.NameValueSectionHandler" />
  6. </sectionGroup>
  7. </configSections>
  8. <NUnit>
  9. <TestRunner>
  10. <add key="ApartmentState" value="STA" />
  11. </TestRunner>
  12. </NUnit>
  13. </configuration>