Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/LocalTestRun.testrunconfig @ 6807

Last change on this file since 6807 was 6504, checked in by gkronber, 13 years ago

#1567: updated test settings for unit tests executed locally and on the builder to execute the tests in an x64 process on x64 machines.

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<TestSettings name="Local Test Run" id="f9392825-866f-4434-be36-358db28f0c59" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
3  <Description>This is a default test run configuration for a local test run.</Description>
4  <Execution hostProcessPlatform="MSIL">
5    <TestTypeSpecific>
6      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
7        <AssemblyResolution>
8          <TestDirectory useLoadContext="true" />
9        </AssemblyResolution>
10      </UnitTestRunConfig>
11      <WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
12        <Browser name="Internet Explorer 7.0">
13          <Headers>
14            <Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" />
15            <Header name="Accept" value="*/*" />
16            <Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
17            <Header name="Accept-Encoding" value="GZIP" />
18          </Headers>
19        </Browser>
20      </WebTestRunConfiguration>
21    </TestTypeSpecific>
22    <AgentRule name="LocalMachineDefaultRole">
23    </AgentRule>
24  </Execution>
25</TestSettings>
Note: See TracBrowser for help on using the repository browser.