Skip to content

Commit 9903897

Browse files
authored
Merge pull request #550 from hazzik/NH-3900
NH-3900 - Update to NUnit 3.6
2 parents 4452b84 + fa18cec commit 9903897

File tree

185 files changed

+314
-17724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+314
-17724
lines changed

ShowBuildMenu.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set NANT="%~dp0Tools\nant\bin\NAnt.exe" -t:net-4.0
55
set BUILDTOOL="%~dp0Tools\BuildTool\bin\Release\BuildTool.exe"
66
set AVAILABLE_CONFIGURATIONS=%~dp0available-test-configurations
77
set CURRENT_CONFIGURATION=%~dp0current-test-configuration
8-
set NUNIT="%~dp0Tools\nunit\nunit-x86.exe"
8+
set NUNIT="%~dp0Tools\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe"
99

1010
:main-menu
1111
echo ========================= NHIBERNATE BUILD MENU ==========================
@@ -161,7 +161,7 @@ echo Configuration activated.
161161
goto main-menu
162162

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

167167
rem :build-test

Tools/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nuget.exe
2+
NUnit.*

Tools/nunit/NUnitFitTests.html

Lines changed: 0 additions & 277 deletions
This file was deleted.

Tools/nunit/NUnitTests.config

Lines changed: 0 additions & 45 deletions
This file was deleted.

Tools/nunit/NUnitTests.nunit

Lines changed: 0 additions & 14 deletions
This file was deleted.

Tools/nunit/agent.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

Tools/nunit/agent.log.conf

Lines changed: 0 additions & 18 deletions
This file was deleted.
-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)