Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/17 10:09:53 (7 years ago)
Author:
gkronber
Message:

#2651: merged r14234,r14244:14247,r14250,r14256,r14257,r14272 from trunk to stable

Location:
stable/HeuristicLab.Tests/HeuristicLab.IGraph
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stable/HeuristicLab.Tests/HeuristicLab.IGraph/IGraphWrappersGraphTest.cs

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