From 273985f85cc948501d5e34d59fe0cc7b92ff4f84 Mon Sep 17 00:00:00 2001 From: ShaKaRee Date: Tue, 5 May 2015 21:09:18 +0200 Subject: [PATCH] update specs to NUnit version 2.6.4 --- doc/Concordion/Integration/ReSharper.html | 2 +- doc/Concordion/Setup.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Concordion/Integration/ReSharper.html b/doc/Concordion/Integration/ReSharper.html index 6ae9370..8997a48 100644 --- a/doc/Concordion/Integration/ReSharper.html +++ b/doc/Concordion/Integration/ReSharper.html @@ -21,7 +21,7 @@

ReSharper

specified NUnit installation (ReSharper -> Options ... -> Tools -> Unit Testing -> NUnit), you have to copy Concordion.NUnit.dll into the used NUnit installation (<nunit-installation-path>\bin\addins\). -
  • Make sure you use NUnit version 2.6.3 in any setup.
  • +
  • Make sure you use NUnit version 2.6.4 in any setup.
  • Run your Concordion.NET acceptance tests with ReSharper
      diff --git a/doc/Concordion/Setup.html b/doc/Concordion/Setup.html index 4a73b72..07ba580 100644 --- a/doc/Concordion/Setup.html +++ b/doc/Concordion/Setup.html @@ -39,14 +39,14 @@

      Setup

      • Concordion.dll
      • OGNL.dll
      • -
      • nunit.framework.dll (version 2.6.3)
      • +
      • nunit.framework.dll (version 2.6.4)

      To be able to run the Concordion.NET tests with NUnit you need to make the Concordion-NUnit addin available to your installation of NUnit:

        -
      • copy Concordion.NUnit.dll to <nunit-2.6.3-installation-path>\bin\addins\
      • +
      • copy Concordion.NUnit.dll to <nunit-2.6.4-installation-path>\bin\addins\

      These dependencies are included in the distribution.

      The Basics