Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3088


Ignore:
Timestamp:
03/17/10 17:54:20 (14 years ago)
Author:
gkronber
Message:

copied unit test cases for class PluginStore of the deployment service from the feature development branch. #918 (Integrate deployment service into trunk and HL3.3 solution file)

Location:
trunk/sources/HeuristicLab.Services.Deployment/3.3
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj

    r3084 r3088  
    6666  </PropertyGroup>
    6767  <ItemGroup>
     68    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    6869    <Reference Include="System" />
    6970    <Reference Include="System.Core">
     
    99100      <DependentUpon>Settings.settings</DependentUpon>
    100101    </Compile>
     102    <Compile Include="Tests\PluginStoreTest.cs" />
    101103    <Compile Include="Update.cs" />
    102104  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.