Changeset 16696 for branches/2994-AutoDiffForIntervals/Tests
- Timestamp:
- 03/19/19 13:38:33 (6 years ago)
- Location:
- branches/2994-AutoDiffForIntervals/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals/Tests/AutoDiffTest.cs
r16682 r16696 9 9 namespace Tests { 10 10 [TestClass] 11 public class AutoDiffTest {11 public class AutoDiffTestClass { 12 12 [TestMethod] 13 public void Test() {13 public void AutoDiffTest() { 14 14 { 15 15 // eval -
branches/2994-AutoDiffForIntervals/Tests/Tests.csproj
r16674 r16696 40 40 </PropertyGroup> 41 41 <ItemGroup> 42 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 43 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 44 </Reference> 42 45 <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 43 46 <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> … … 50 53 </ItemGroup> 51 54 <ItemGroup> 55 <Compile Include="ConstrainedNLRTest.cs" /> 52 56 <Compile Include="AutoDiffTest.cs" /> 53 57 <Compile Include="Properties\AssemblyInfo.cs" /> … … 57 61 </ItemGroup> 58 62 <ItemGroup> 63 <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression\3.4\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4.csproj"> 64 <Project>{e4ced29f-964f-42ae-b400-aa00d0229ce5}</Project> 65 <Name>HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4</Name> 66 </ProjectReference> 67 <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj"> 68 <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project> 69 <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name> 70 </ProjectReference> 59 71 <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 60 72 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> … … 73 85 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 74 86 </ProjectReference> 87 <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 88 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 89 <Name>HeuristicLab.Optimization-3.3</Name> 90 </ProjectReference> 75 91 <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 76 92 <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project> … … 80 96 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 81 97 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 98 </ProjectReference> 99 <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 100 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 101 <Name>HeuristicLab.Random-3.3</Name> 82 102 </ProjectReference> 83 103 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.