From 0b7bee8d6982361828eae6d717f03364fa364ca1 Mon Sep 17 00:00:00 2001 From: KevinRansom Date: Tue, 10 Feb 2015 12:42:24 -0800 Subject: [PATCH] Update nunit to V. 2.6.4 fixes #3 closes #221 commit d0a610d5a51b40a6bb07be326b8cc40c0410c864 Author: latkin Date: Tue Feb 10 12:41:15 2015 -0800 Revert stats file commit 41176f7ff0a09228348b23d7fcb9d5d119bb33cb Author: latkin Date: Tue Feb 10 12:40:21 2015 -0800 Small modifications to fit into recent updates commit 1da7c7d002d124b7e6961e2c1319e20b097166eb Merge: 95bfc9e 19d6f8f Author: latkin Date: Tue Feb 10 12:36:33 2015 -0800 Merge branch 'updatenunit' of https://github.com/KevinRansom/visualfsharp into KevinRansom-updatenunit Conflicts: src/FSharpSource.targets tests/RunTests.cmd commit 19d6f8f39b3808874c5fbb95af1a9783ff4fdbab Author: KevinRansom Date: Sat Feb 7 09:43:22 2015 -0800 merge upstream --- TESTGUIDE.md | 3 +-- packages.config | 4 ++-- src/FSharpSource.targets | 4 ++-- tests/RunTests.cmd | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/TESTGUIDE.md b/TESTGUIDE.md index 844c4704894..e869e561e9f 100644 --- a/TESTGUIDE.md +++ b/TESTGUIDE.md @@ -22,9 +22,8 @@ The test cases for this suite reside next to the Visual F# Tools code, at `vsint In order to run all of the tests, you will need to install * [Perl](http://www.perl.org/get.html) (ActiveState Perl 5.16.3 is known to work fine) -* [NUnit](http://nunit.org/?p=download) (2.6.3 is known to work fine) -Perl and NUnit 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. +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. 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). diff --git a/packages.config b/packages.config index f3c92a29a42..a7462f84250 100644 --- a/packages.config +++ b/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/FSharpSource.targets b/src/FSharpSource.targets index 884080b828b..27b47b1c008 100644 --- a/src/FSharpSource.targets +++ b/src/FSharpSource.targets @@ -98,8 +98,8 @@ - 2.6.3 - 2.6.3.13283 + 2.6.4 + 2.6.4.14350 $(FSharpSourcesRoot)\..\packages\NUnit.$(NUnitVersion)\lib\ $(FSharpSourcesRoot)\..\packages\NUnit.Runners.$(NUnitVersion)\tools\lib\ diff --git a/tests/RunTests.cmd b/tests/RunTests.cmd index 1ea4eb65683..b5b7f23c49c 100644 --- a/tests/RunTests.cmd +++ b/tests/RunTests.cmd @@ -10,7 +10,7 @@ goto :USAGE :flavor_ok -set NUNITPATH=%~dp0%..\packages\NUnit.Runners.2.6.3\tools\ +set NUNITPATH=%~dp0%..\packages\NUnit.Runners.2.6.4\tools\ if not exist "%NUNITPATH%" ( pushd %~dp0.. .\.nuget\nuget.exe restore packages.config -PackagesDirectory packages