Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/29/12 14:02:51 (12 years ago)
Author:
mkommend
Message:

#1777: Extracted unit tests into a separate solution.

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
        2020bin
        2121protoc.exe
         22_ReSharper.HeuristicLab 3.3 Tests
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/SymbolicDataAnalysisExpressionTreeSimplifierTest.cs

    r7259 r7915  
    2222using System;
    2323using System.Collections.Generic;
    24 using HeuristicLab.Common;
    25 using HeuristicLab.Core;
    2624using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    27 using HeuristicLab.Optimization;
    2825using HeuristicLab.Problems.DataAnalysis.Symbolic;
    2926using Microsoft.VisualStudio.TestTools.UnitTesting;
    30 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Tests {
     27
     28namespace HeuristicLab.Problems.DataAnalysis.Symbolic_34.Tests {
    3129
    3230  [TestClass()]
    33   public class SymbolicDataAnalysisExpressionTreeSimplifierTest {   
     31  public class SymbolicDataAnalysisExpressionTreeSimplifierTest {
    3432    [TestMethod]
    3533    public void SimplifierAxiomsTest() {
Note: See TracChangeset for help on using the changeset viewer.