From 160f872b91e0949006a1d39315579a631c3cfd3e Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 28 Dec 2013 21:14:13 +0100 Subject: [PATCH] Tests: move Excel tests to correct namespace --- src/UnitTests/{SpecialFunctionsTests => }/ExcelTests.cs | 2 +- src/UnitTests/UnitTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/UnitTests/{SpecialFunctionsTests => }/ExcelTests.cs (98%) diff --git a/src/UnitTests/SpecialFunctionsTests/ExcelTests.cs b/src/UnitTests/ExcelTests.cs similarity index 98% rename from src/UnitTests/SpecialFunctionsTests/ExcelTests.cs rename to src/UnitTests/ExcelTests.cs index dbfd1c17..e34e41ec 100644 --- a/src/UnitTests/SpecialFunctionsTests/ExcelTests.cs +++ b/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 diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 70004254..54104d8d 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -380,7 +380,7 @@ - +