Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6504


Ignore:
Timestamp:
07/04/11 18:29:58 (13 years ago)
Author:
gkronber
Message:

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

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/Tests/Builder.testsettings

    r6036 r6504  
    111111    <DeploymentItem filename="HeuristicLab\3.3\Tests\bin\Release\WeifenLuo.WinFormsUI.Docking-2.3.1.dll" />
    112112  </Deployment>
    113   <Execution>
     113  <Execution hostProcessPlatform="MSIL">
    114114    <TestTypeSpecific>
    115115      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
  • trunk/sources/LocalTestRun.testrunconfig

    r4065 r6504  
    1 <?xml version="1.0" encoding="utf-8"?>
    2 <TestRunConfiguration name="Local Test Run" id="f9392825-866f-4434-be36-358db28f0c59" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
     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">
    33  <Description>This is a default test run configuration for a local test run.</Description>
    4   <TestTypeSpecific />
    5 </TestRunConfiguration>
     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 TracChangeset for help on using the changeset viewer.