Browse Source

Tests: move Excel tests to correct namespace

pull/194/head
Christoph Ruegg 13 years ago
parent
commit
160f872b91
  1. 2
      src/UnitTests/ExcelTests.cs
  2. 2
      src/UnitTests/UnitTests.csproj

2
src/UnitTests/SpecialFunctionsTests/ExcelTests.cs → src/UnitTests/ExcelTests.cs

@ -32,7 +32,7 @@ using System;
using NUnit.Framework;
// ReSharper disable InconsistentNaming
namespace MathNet.Numerics.UnitTests.SpecialFunctionsTests
namespace MathNet.Numerics.UnitTests
{
[TestFixture, Category("Functions")]
public class ExcelTests

2
src/UnitTests/UnitTests.csproj

@ -380,7 +380,7 @@
<Compile Include="RootFindingTests\RobustNewtonRaphsonTest.cs" />
<Compile Include="RootFindingTests\NewtonRaphsonTest.cs" />
<Compile Include="SortingTests.cs" />
<Compile Include="SpecialFunctionsTests\ExcelTests.cs" />
<Compile Include="ExcelTests.cs" />
<Compile Include="SpecialFunctionsTests\ModifiedStruveTests.cs" />
<Compile Include="SpecialFunctionsTests\ModifiedBesselTests.cs" />
<Compile Include="SpecialFunctionsTests\ErfTests.cs" />

Loading…
Cancel
Save