Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveResourcePermissionManagement (trunk integration)/LocalTestRun.testrunconfig @ 7925

Last change on this file since 7925 was 7924, checked in by jkarder, 12 years ago

#1859: reorganized branch structure

  • Property svn:mergeinfo set to (toggle deleted branches)
    /branches/Benchmarking/sources/LocalTestRun.testrunconfig6917-7005
    /branches/CloningRefactoring/LocalTestRun.testrunconfig4656-4721
    /branches/DataAnalysis Refactoring/LocalTestRun.testrunconfig5471-5808
    /branches/DataAnalysis SolutionEnsembles/LocalTestRun.testrunconfig5815-6180
    /branches/DataAnalysis/LocalTestRun.testrunconfig4458-4459,​4462,​4464
    /branches/GP.Grammar.Editor/LocalTestRun.testrunconfig6284-6795
    /branches/GP.Symbols (TimeLag, Diff, Integral)/LocalTestRun.testrunconfig5060
    /branches/NET40/sources/LocalTestRun.testrunconfig5138-5162
    /branches/ParallelEngine/LocalTestRun.testrunconfig5175-5192
    /branches/ProblemInstancesRegressionAndClassification/LocalTestRun.testrunconfig7568-7810
    /branches/QAPAlgorithms/LocalTestRun.testrunconfig6350-6627
    /branches/Restructure trunk solution/LocalTestRun.testrunconfig6828
    /branches/SuccessProgressAnalysis/LocalTestRun.testrunconfig5370-5682
    /branches/Trunk/LocalTestRun.testrunconfig6829-6865
    /branches/VNS/LocalTestRun.testrunconfig5594-5752
    /branches/histogram/LocalTestRun.testrunconfig5959-6341
File size: 1.3 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  <Deployment>
5    <DeploymentItem filename="HeuristicLab.Tests\HeuristicLab-3.3\Resources\" />
6    <DeploymentItem filename="bin\" />
7  </Deployment>
8  <Execution hostProcessPlatform="MSIL">
9    <TestTypeSpecific>
10      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
11        <AssemblyResolution>
12          <TestDirectory useLoadContext="true" />
13        </AssemblyResolution>
14      </UnitTestRunConfig>
15      <WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
16        <Browser name="Internet Explorer 7.0">
17          <Headers>
18            <Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" />
19            <Header name="Accept" value="*/*" />
20            <Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
21            <Header name="Accept-Encoding" value="GZIP" />
22          </Headers>
23        </Browser>
24      </WebTestRunConfiguration>
25    </TestTypeSpecific>
26    <AgentRule name="LocalMachineDefaultRole">
27    </AgentRule>
28  </Execution>
29</TestSettings>
Note: See TracBrowser for help on using the repository browser.