File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set NANT="%~dp0Tools\nant\bin\NAnt.exe" -t:net-4.0
55set BUILDTOOL = " %~dp0 Tools\BuildTool\bin\Release\BuildTool.exe"
66set AVAILABLE_CONFIGURATIONS = %~dp0 available-test-configurations
77set CURRENT_CONFIGURATION = %~dp0 current-test-configuration
8- set NUNIT = " %~dp0 Tools\nunit\nunit-x86 .exe"
8+ set NUNIT = " %~dp0 Tools\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console .exe"
99
1010:main-menu
1111echo ========================= NHIBERNATE BUILD MENU ==========================
@@ -161,7 +161,7 @@ echo Configuration activated.
161161goto 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
165165goto main-menu
166166
167167rem :build-test
Original file line number Diff line number Diff line change 2222 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue" >True</s : Boolean >
2323 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue" >True</s : Boolean >
2424 <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue" >True</s : Boolean >
25+ <s : Boolean x : Key =" /Default/Environment/UnitTesting/SeparateAppDomainPerAssembly/@EntryValue" >True</s : Boolean >
2526 <s : Boolean x : Key =" /Default/PatternsAndTemplates/StructuralSearch/Pattern/=0BE95D01E0F2244E97F5FEFAD1EB1A63/@KeyIndexDefined" >True</s : Boolean >
2627 <s : String x : Key =" /Default/PatternsAndTemplates/StructuralSearch/Pattern/=0BE95D01E0F2244E97F5FEFAD1EB1A63/Comment/@EntryValue" >NUnit Assert.NotNull</s : String >
2728 <s : Boolean x : Key =" /Default/PatternsAndTemplates/StructuralSearch/Pattern/=0BE95D01E0F2244E97F5FEFAD1EB1A63/CustomPatternPlaceholder/=actual/@KeyIndexDefined" >True</s : Boolean >
You can’t perform that action at this time.
0 commit comments