Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/local.testsettings @ 13321

Last change on this file since 13321 was 12099, checked in by gkronber, 9 years ago

#2283: name for all problems (for output), new unit test, and added testsettings file

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<TestSettings name="local" id="72f27ca1-7110-4de3-8343-8801c6a3f97a" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
3  <Description>These are default test settings for a local test run.</Description>
4  <Deployment enabled="false" />
5  <Execution hostProcessPlatform="MSIL">
6    <TestTypeSpecific>
7      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
8        <AssemblyResolution>
9          <TestDirectory useLoadContext="true" />
10        </AssemblyResolution>
11      </UnitTestRunConfig>
12      <WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
13        <Browser name="Internet Explorer 9.0" MaxConnections="6">
14          <Headers>
15            <Header name="User-Agent" value="Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" />
16            <Header name="Accept" value="*/*" />
17            <Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
18            <Header name="Accept-Encoding" value="GZIP" />
19          </Headers>
20        </Browser>
21      </WebTestRunConfiguration>
22    </TestTypeSpecific>
23    <AgentRule name="LocalMachineDefaultRole">
24    </AgentRule>
25  </Execution>
26</TestSettings>
Note: See TracBrowser for help on using the repository browser.