Index: /trunk/eCard/eCardMVC/Platnosci.Tests/app.config
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci.Tests/app.config (revision 887)
+++ /trunk/eCard/eCardMVC/Platnosci.Tests/app.config (revision 887)
@@ -0,0 +1,13 @@
+﻿<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <configSections>
+    <sectionGroup name="NUnit">
+      <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/>
+    </sectionGroup>
+  </configSections>
+  <NUnit>
+    <TestRunner>
+      <add key="ApartmentState" value="STA" />
+    </TestRunner>
+  </NUnit>
+</configuration>
