Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Tests/Builder.testsettings @ 14246

Last change on this file since 14246 was 14246, checked in by abeham, 8 years ago

#2651: updated test settings (deployment items)

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<TestSettings name="Builder" id="2a6da91c-43f0-41c6-bcb4-341a1380c277" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
3  <Description>Test settings to run unit tests on the HL build server.</Description>
4  <Deployment>
5    <DeploymentItem filename="bin\igraph-0.8.0-pre-x64.dll" />
6    <DeploymentItem filename="bin\" />
7    <DeploymentItem filename="bin\igraph-0.8.0-pre-x86.dll" />
8  </Deployment>
9  <Execution hostProcessPlatform="MSIL">
10    <TestTypeSpecific>
11      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
12        <AssemblyResolution>
13          <TestDirectory useLoadContext="true" />
14        </AssemblyResolution>
15      </UnitTestRunConfig>
16      <WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
17        <Browser name="Internet Explorer 7.0">
18          <Headers>
19            <Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" />
20            <Header name="Accept" value="*/*" />
21            <Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
22            <Header name="Accept-Encoding" value="GZIP" />
23          </Headers>
24        </Browser>
25      </WebTestRunConfiguration>
26    </TestTypeSpecific>
27    <AgentRule name="LocalMachineDefaultRole">
28    </AgentRule>
29  </Execution>
30  <Properties />
31</TestSettings>
Note: See TracBrowser for help on using the repository browser.