Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/16 16:52:14 (8 years ago)
Author:
mkommend
Message:

#2627: Merged r14024, r14026, r14036, r14109 into stable.

Location:
stable
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Tests

  • stable/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/InfixExpressionParserTest.cs

    r14024 r14116  
    3131    [TestCategory("Problems.DataAnalysis.Symbolic")]
    3232    [TestProperty("Time", "short")]
    33     public void StandardInterpreterTestTypeCoherentGrammarPerformance() {
     33    public void InfixExpressionParserTestFormatting() {
    3434      var formatter = new InfixExpressionFormatter();
    3535      var parser = new InfixExpressionParser();
     
    3737      Console.WriteLine(formatter.Format(parser.Parse("3*3")));
    3838      Console.WriteLine(formatter.Format(parser.Parse("3 * 4")));
    39       Console.WriteLine(formatter.Format(parser.Parse("123E-03")));
     39      Console.WriteLine(formatter.Format(parser.Parse("123E-03")  ));
    4040      Console.WriteLine(formatter.Format(parser.Parse("123e-03")));
    4141      Console.WriteLine(formatter.Format(parser.Parse("123e+03")));
  • stable/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r13636 r14116  
    563563    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
    564564    <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
     565    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\InfixExpressionParserTest.cs" />
    565566    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeBottomUpSimilarityCalculatorTest.cs" />
    566567    <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeMaxCommonSubtreeSimilarityCalculatorTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.