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

# · ASP.NET · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 7aca48e0f002f01d787fa8730b11732c MD5 · raw file

  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>