Skip to content

NH-3900 - Update to NUnit 3.6 #550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ShowBuildMenu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set NANT="%~dp0Tools\nant\bin\NAnt.exe" -t:net-4.0
set BUILDTOOL="%~dp0Tools\BuildTool\bin\Release\BuildTool.exe"
set AVAILABLE_CONFIGURATIONS=%~dp0available-test-configurations
set CURRENT_CONFIGURATION=%~dp0current-test-configuration
set NUNIT="%~dp0Tools\nunit\nunit-x86.exe"
set NUNIT="%~dp0Tools\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe"

:main-menu
echo ========================= NHIBERNATE BUILD MENU ==========================
Expand Down Expand Up @@ -161,7 +161,7 @@ echo Configuration activated.
goto main-menu

:test-run
start "" %NUNIT% NHibernate.nunit
start "nunit3-console" cmd /K %NUNIT% --x86 --agents=1 --process=separate NHibernate.nunit
goto main-menu

rem :build-test
Expand Down
1 change: 1 addition & 0 deletions Tools/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nuget.exe
NUnit.*
277 changes: 0 additions & 277 deletions Tools/nunit/NUnitFitTests.html

This file was deleted.

45 changes: 0 additions & 45 deletions Tools/nunit/NUnitTests.config

This file was deleted.

14 changes: 0 additions & 14 deletions Tools/nunit/NUnitTests.nunit

This file was deleted.

4 changes: 0 additions & 4 deletions Tools/nunit/agent.conf

This file was deleted.

18 changes: 0 additions & 18 deletions Tools/nunit/agent.log.conf

This file was deleted.

Binary file removed Tools/nunit/framework/nunit.framework.dll
Binary file not shown.
Loading