Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b7bee8

Browse files
KevinRansomlatkin
authored andcommitted
Update nunit to V. 2.6.4
fixesdotnet#3closesdotnet#221commit d0a610d5a51b40a6bb07be326b8cc40c0410c864Author: latkin <latkin@microsoft.com>Date: Tue Feb 10 12:41:15 2015 -0800 Revert stats filecommit 41176f7ff0a09228348b23d7fcb9d5d119bb33cbAuthor: latkin <latkin@microsoft.com>Date: Tue Feb 10 12:40:21 2015 -0800 Small modifications to fit into recent updatescommit 1da7c7d002d124b7e6961e2c1319e20b097166ebMerge:95bfc9e19d6f8fAuthor: latkin <latkin@microsoft.com>Date: Tue Feb 10 12:36:33 2015 -0800 Merge branch 'updatenunit' ofhttps://github.com/KevinRansom/visualfsharp into KevinRansom-updatenunit Conflicts: src/FSharpSource.targets tests/RunTests.cmdcommit19d6f8fAuthor: KevinRansom <kevinr@microsoft.com>Date: Sat Feb 7 09:43:22 2015 -0800 merge upstream
1 parent95bfc9e commit0b7bee8

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

‎TESTGUIDE.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ The test cases for this suite reside next to the Visual F# Tools code, at `vsint
2222
In order to run all of the tests, you will need to install
2323

2424
*[Perl](http://www.perl.org/get.html) (ActiveState Perl 5.16.3 is known to work fine)
25-
*[NUnit](http://nunit.org/?p=download) (2.6.3 is known to work fine)
2625

27-
Perland NUnitmust be included in the`%PATH%` for the below steps to work. It is also recommended that you run tests from an elevated command prompt, as there are a couple of test cases which modify the GAC, and this requires administrative privileges.
26+
Perl must be included in the`%PATH%` for the below steps to work. It is also recommended that you run tests from an elevated command prompt, as there are a couple of test cases which modify the GAC, and this requires administrative privileges.
2827

2928
Before running tests, make sure you have successfully built all required projects as specified in the 'Prepare For Tests' section of the[DEVGUIDE](DEVGUIDE.md).
3029

‎packages.config‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<packageid="NUnit"version="2.6.3"targetFramework="net40" />
4-
<packageid="NUnit.Runners"version="2.6.3" />
3+
<packageid="NUnit"version="2.6.4"targetFramework="net40" />
4+
<packageid="NUnit.Runners"version="2.6.4" />
55
</packages>

‎src/FSharpSource.targets‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
</PropertyGroup>
9999

100100
<PropertyGroup>
101-
<NUnitVersion>2.6.3</NUnitVersion>
102-
<NUnitFullVersion>2.6.3.13283</NUnitFullVersion>
101+
<NUnitVersion>2.6.4</NUnitVersion>
102+
<NUnitFullVersion>2.6.4.14350</NUnitFullVersion>
103103
<NUnitLibDir>$(FSharpSourcesRoot)\..\packages\NUnit.$(NUnitVersion)\lib\</NUnitLibDir>
104104
<NunitToolsLibDir>$(FSharpSourcesRoot)\..\packages\NUnit.Runners.$(NUnitVersion)\tools\lib\</NunitToolsLibDir>
105105
</PropertyGroup>

‎tests/RunTests.cmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ goto :USAGE
1010

1111
:flavor_ok
1212

13-
setNUNITPATH=%~dp0%..\packages\NUnit.Runners.2.6.3\tools\
13+
setNUNITPATH=%~dp0%..\packages\NUnit.Runners.2.6.4\tools\
1414
ifnotexist"%NUNITPATH%" (
1515
pushd%~dp0..
1616
.\.nuget\nuget.exe restore packages.config -PackagesDirectory packages

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp