~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/BackendBindings/Ruby/RubyBinding/Test/app.config

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configuration>
 
2
        <configSections>
 
3
                <sectionGroup name="NUnit">
 
4
                        <section name="TestRunner"
 
5
                                 type="System.Configuration.NameValueSectionHandler" />
 
6
                </sectionGroup>
 
7
        </configSections>
 
8
        <NUnit>
 
9
                <TestRunner>
 
10
                        <!-- Valid values are STA,MTA. Others ignored. -->
 
11
                        <add key="ApartmentState" value="STA" />
 
12
                </TestRunner>
 
13
        </NUnit>
 
14
</configuration>