Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/20/12 13:52:51 (12 years ago)
Author:
ascheibe
Message:

#1745 merged trunk changes into branch

Location:
branches/HiveHiveEngine
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveHiveEngine

  • branches/HiveHiveEngine/HeuristicLab.Tests

  • branches/HiveHiveEngine/HeuristicLab.Tests/HeuristicLab.PluginInfraStructure-3.3/InstallationManagerTest.cs

    r7259 r7383  
    2121
    2222using System;
    23 using System.Linq;
    2423using HeuristicLab.PluginInfrastructure.Advanced;
    2524using Microsoft.VisualStudio.TestTools.UnitTesting;
     
    9190        InstallationManager target = new InstallationManager(pluginDir);
    9291        var pluginList = target.GetRemotePluginList();
    93         Assert.IsTrue(pluginList.Count() > 0);
     92        Assert.IsTrue(pluginList != null);
    9493      }
    9594      catch (Exception e) {
     
    107106        InstallationManager target = new InstallationManager(pluginDir);
    108107        var productList = target.GetRemoteProductList();
    109         Assert.IsTrue(productList.Count() > 0);
     108        Assert.IsTrue(productList != null);
    110109      }
    111110      catch (Exception e) {
  • branches/HiveHiveEngine/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r7097 r7383  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="ALGLIB-3.1.0">
    105       <HintPath>..\bin\ALGLIB-3.1.0.dll</HintPath>
    106       <Private>True</Private>
     104    <Reference Include="ALGLIB-3.4.0">
     105      <HintPath>..\bin\ALGLIB-3.4.0.dll</HintPath>
    107106    </Reference>
    108107    <Reference Include="Calendar.DayView">
     
    114113      <Private>True</Private>
    115114    </Reference>
    116     <Reference Include="HeuristicLab.ALGLIB-3.1.0">
    117       <HintPath>..\bin\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
    118       <Private>True</Private>
     115    <Reference Include="HeuristicLab.ALGLIB-3.4.0">
     116      <HintPath>..\bin\HeuristicLab.ALGLIB-3.4.0.dll</HintPath>
    119117    </Reference>
    120118    <Reference Include="HeuristicLab.LibSVM-1.6.3">
Note: See TracChangeset for help on using the changeset viewer.