Changeset 4477 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Tests/SimpleArithmeticExpressionInterpreterTest.cs
- Timestamp:
- 09/23/10 17:12:30 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
-
Property
svn:mergeinfo
set to
/branches/DataAnalysis merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/sources/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
/branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis merged: 4459,4462
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Tests/SimpleArithmeticExpressionInterpreterTest.cs
r4068 r4477 70 70 } 71 71 72 73 [TestMethod()] 72 [TestMethod] 74 73 public void SimpleArithmeticExpressionInterpreterPerformanceTest() { 75 74 double[] estimation = new double[Rows]; … … 85 84 ///A test for Evaluate 86 85 ///</summary> 87 [TestMethod ()]86 [TestMethod] 88 87 public void SimpleArithmeticExpressionInterpreterEvaluateTest() { 89 88
Note: See TracChangeset
for help on using the changeset viewer.