Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14257


Ignore:
Timestamp:
08/16/16 14:40:22 (8 years ago)
Author:
abeham
Message:

#2651: removed failing tests from project, still left in Repository (renamed category from igraph to ExtLibs.igraph)

Location:
trunk/sources/HeuristicLab.Tests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphLayoutTest.cs

    r14247 r14257  
    3030    [TestMethod]
    3131    [TestCategory("ExtLibs")]
    32     [TestCategory("igraph")]
     32    [TestCategory("ExtLibs.igraph")]
    3333    [TestProperty("Time", "short")]
    3434    public void IGraphWrappersLayoutFruchtermanReingoldTest() {
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersGraphTest.cs

    r14247 r14257  
    3333    [TestMethod]
    3434    [TestCategory("ExtLibs")]
    35     [TestCategory("igraph")]
     35    [TestCategory("ExtLibs.igraph")]
    3636    [TestProperty("Time", "short")]
    3737    public void IGraphWrappersGraphConstructionAndFinalizationTest() {
     
    5858    [TestMethod]
    5959    [TestCategory("ExtLibs")]
    60     [TestCategory("igraph")]
     60    [TestCategory("ExtLibs.igraph")]
    6161    [TestProperty("Time", "short")]
    6262    public void IGraphWrappersGraphDensityTest() {
     
    9292    [TestMethod]
    9393    [TestCategory("ExtLibs")]
    94     [TestCategory("igraph")]
     94    [TestCategory("ExtLibs.igraph")]
    9595    [TestProperty("Time", "short")]
    9696    public void IGraphWrappersGraphPageRankTest() {
     
    140140    [TestMethod]
    141141    [TestCategory("ExtLibs")]
    142     [TestCategory("igraph")]
     142    [TestCategory("ExtLibs.igraph")]
    143143    [TestProperty("Time", "short")]
    144144    public void IGraphWrappersGraphBreadthFirstWalkTest() {
     
    165165    [TestMethod]
    166166    [TestCategory("ExtLibs")]
    167     [TestCategory("igraph")]
     167    [TestCategory("ExtLibs.igraph")]
    168168    [TestProperty("Time", "short")]
    169169    public void IGraphWrappersGraphDepthFirstWalkTest() {
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersMatrixTest.cs

    r14247 r14257  
    2828    [TestMethod]
    2929    [TestCategory("ExtLibs")]
    30     [TestCategory("igraph")]
     30    [TestCategory("ExtLibs.igraph")]
    3131    [TestProperty("Time", "short")]
    3232    public void IGraphWrappersMatrixConstructionAndFinalizationTest() {
     
    5858    [TestMethod]
    5959    [TestCategory("ExtLibs")]
    60     [TestCategory("igraph")]
     60    [TestCategory("ExtLibs.igraph")]
    6161    [TestProperty("Time", "short")]
    6262    public void IGraphWrappersMatrixGetSetTest() {
     
    8484    [TestMethod]
    8585    [TestCategory("ExtLibs")]
    86     [TestCategory("igraph")]
     86    [TestCategory("ExtLibs.igraph")]
    8787    [TestProperty("Time", "short")]
    8888    public void IGraphWrappersMatrixFillTest() {
     
    9999    [TestMethod]
    100100    [TestCategory("ExtLibs")]
    101     [TestCategory("igraph")]
     101    [TestCategory("ExtLibs.igraph")]
    102102    [TestProperty("Time", "short")]
    103103    public void IGraphWrappersMatrixTransposeTest() {
     
    110110    [TestMethod]
    111111    [TestCategory("ExtLibs")]
    112     [TestCategory("igraph")]
     112    [TestCategory("ExtLibs.igraph")]
    113113    [TestProperty("Time", "short")]
    114114    public void IGraphWrappersMatrixScaleTest() {
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersVectorTest.cs

    r14247 r14257  
    2929    [TestMethod]
    3030    [TestCategory("ExtLibs")]
    31     [TestCategory("igraph")]
     31    [TestCategory("ExtLibs.igraph")]
    3232    [TestProperty("Time", "short")]
    3333    public void IGraphWrappersVectorConstructionAndFinalizationTest() {
     
    5050    [TestMethod]
    5151    [TestCategory("ExtLibs")]
    52     [TestCategory("igraph")]
     52    [TestCategory("ExtLibs.igraph")]
    5353    [TestProperty("Time", "short")]
    5454    public void IGraphWrappersVectorGetSetTest() {
     
    7272    [TestMethod]
    7373    [TestCategory("ExtLibs")]
    74     [TestCategory("igraph")]
     74    [TestCategory("ExtLibs.igraph")]
    7575    [TestProperty("Time", "short")]
    7676    public void IGraphWrappersVectorFillTest() {
     
    8282    [TestMethod]
    8383    [TestCategory("ExtLibs")]
    84     [TestCategory("igraph")]
     84    [TestCategory("ExtLibs.igraph")]
    8585    [TestProperty("Time", "short")]
    8686    public void IGraphWrappersVectorReverseTest() {
     
    9696    [TestMethod]
    9797    [TestCategory("ExtLibs")]
    98     [TestCategory("igraph")]
     98    [TestCategory("ExtLibs.igraph")]
    9999    [TestProperty("Time", "short")]
    100100    public void IGraphWrappersVectorShuffleTest() {
     
    111111    [TestMethod]
    112112    [TestCategory("ExtLibs")]
    113     [TestCategory("igraph")]
     113    [TestCategory("ExtLibs.igraph")]
    114114    [TestProperty("Time", "short")]
    115115    public void IGraphWrappersVectorScaleTest() {
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r14250 r14257  
    566566    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
    567567    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
    568     <Compile Include="HeuristicLab.IGraph\IGraphWrappersGraphTest.cs" />
    569     <Compile Include="HeuristicLab.IGraph\IGraphLayoutTest.cs" />
    570     <Compile Include="HeuristicLab.IGraph\IGraphWrappersVectorTest.cs" />
    571     <Compile Include="HeuristicLab.IGraph\IGraphWrappersMatrixTest.cs" />
    572568    <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
    573569    <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
Note: See TracChangeset for help on using the changeset viewer.