Free cookie consent management tool by TermsFeed Policy Generator

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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() {
Note: See TracChangeset for help on using the changeset viewer.