~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit.Tests/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
<?xml version="1.0" encoding="utf-8" ?>
 
2
<configuration>
 
3
        <configSections>
 
4
                <sectionGroup name="NUnit">
 
5
                        <section name="TestRunner"
 
6
                                 type="System.Configuration.NameValueSectionHandler" />
 
7
                </sectionGroup>
 
8
        </configSections>
 
9
        <NUnit>
 
10
                <TestRunner>
 
11
                        <!-- Valid values are STA,MTA. Others ignored. -->
 
12
                        <add key="ApartmentState" value="STA" />
 
13
                </TestRunner>
 
14
        </NUnit>
 
15
</configuration>
 
 
b'\\ No newline at end of file'