diff --git a/GitDiffMargin.Unit.Tests/Git/GitDiffParserTests.cs b/GitDiffMargin.Unit.Tests/Git/GitDiffParserTests.cs index f55ae9d..0d37fcd 100644 --- a/GitDiffMargin.Unit.Tests/Git/GitDiffParserTests.cs +++ b/GitDiffMargin.Unit.Tests/Git/GitDiffParserTests.cs @@ -10,7 +10,7 @@ namespace GitDiffMargin.Unit.Tests.Git // ReSharper disable InconsistentNaming [TestFixture] - public class Tests1 + public class GitDiffParserTests { /* git diff --unified=0 Sources/skyeEditor/Core/Model/Dependency/IModelDependency.cs diff --git a/GitDiffMargin.Unit.Tests/GitDiffMargin.Unit.Tests.csproj b/GitDiffMargin.Unit.Tests/GitDiffMargin.Unit.Tests.csproj index e434d56..04d42ec 100644 --- a/GitDiffMargin.Unit.Tests/GitDiffMargin.Unit.Tests.csproj +++ b/GitDiffMargin.Unit.Tests/GitDiffMargin.Unit.Tests.csproj @@ -37,12 +37,13 @@ - + False - ..\packages\NUnit.2.6.2\lib\nunit.framework.dll + ..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - ..\packages\Shouldly.1.1.1.1\lib\35\Shouldly.dll + + False + ..\packages\Shouldly.2.1.1\lib\net40\Shouldly.dll @@ -68,7 +69,6 @@ -