Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/19 17:29:48 (5 years ago)
Author:
jkarder
Message:

#3002: fixed namespace and type name of DatasetTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/DatasetTest.cs

    r16820 r16821  
    2424using System.Collections.Generic;
    2525using System.Linq;
    26 using HeuristicLab.Problems.DataAnalysis;
    2726using Microsoft.VisualStudio.TestTools.UnitTesting;
    2827
    29 namespace HeuristicLab.Tests.HeuristicLab.Problems.DataAnalysis {
    30 
    31   [TestClass()]
    32   public class ClassificationVariableImpactCalculationTest {
     28namespace HeuristicLab.Problems.DataAnalysis.Tests {
     29  [TestClass]
     30  public class DatasetTest {
    3331    private TestContext testContextInstance;
    3432    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.