root/trunk/eCard/eCardMVC/Platnosci.Tests/app.config @ 933

Wersja 933, 478 bytes (wprowadzona przez marek, 16 years temu)

re #215 - drobny refactoring

Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4    <sectionGroup name="NUnit">
5      <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/>
6    </sectionGroup>
7  </configSections>
8  <appSettings>
9    <add key="eCard.Url" value="https://pay.ecard.pl/servlet/PSTEST"/>
10  </appSettings>
11 
12  <NUnit>
13    <TestRunner>
14      <add key="ApartmentState" value="STA" />
15    </TestRunner>
16  </NUnit>
17</configuration>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.