Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17323


Ignore:
Timestamp:
10/08/19 14:16:31 (5 years ago)
Author:
dpiringe
Message:

#3026 added unit tests for HeuristicLab.JsonInterface

Location:
branches/3026_IntegrationIntoSymSpace/HeuristicLab.Tests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r16908 r17323  
    221221      <SpecificVersion>False</SpecificVersion>
    222222      <HintPath>..\bin\HeuristicLab.IGraph-0.8.0-pre.dll</HintPath>
     223      <Private>False</Private>
     224    </Reference>
     225    <Reference Include="HeuristicLab.JsonInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     226      <SpecificVersion>False</SpecificVersion>
     227      <HintPath>..\bin\HeuristicLab.JsonInterface.dll</HintPath>
    223228      <Private>False</Private>
    224229    </Reference>
     
    585590    <Compile Include="HeuristicLab.IGraph\IGraphWrappersMatrixTest.cs" />
    586591    <Compile Include="HeuristicLab.IGraph\IGraphWrappersVectorTest.cs" />
     592    <Compile Include="HeuristicLab.JsonInterface\GeneratorInstantiatorTest.cs" />
    587593    <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
    588594    <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
Note: See TracChangeset for help on using the changeset viewer.