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