Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 15:46:45 (11 years ago)
Author:
abeham
Message:

#2088:

  • Removed bin folder as a DeploymentItem and added it as a path to search for assemblies
    • Start of unit tests is greatly sped up
  • Changed PluginLoader to use AppDomain.CurrentDomain.BaseDirectory as directory for loading plugins
  • Pruned references in .csproj and set CopyLocal to false for all referenced HL assemblies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/LocalTestRun.testrunconfig

    r7915 r9792  
    44  <Deployment>
    55    <DeploymentItem filename="HeuristicLab.Tests\HeuristicLab-3.3\Resources\" />
    6     <DeploymentItem filename="bin\" />
    76  </Deployment>
    87  <Execution hostProcessPlatform="MSIL">
    98    <TestTypeSpecific>
    109      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
    11         <AssemblyResolution>
     10        <AssemblyResolution applicationBaseDirectory=".\bin">
    1211          <TestDirectory useLoadContext="true" />
    1312        </AssemblyResolution>
Note: See TracChangeset for help on using the changeset viewer.