Skip to content

Commit f8d7782

Browse files
committed
add information about dependency on NUnit version 2.6.3
1 parent a33f91c commit f8d7782

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

doc/Concordion/Integration/ReSharper.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ <h3>ReSharper</h3>
1515
Concordion.NET</a>.</li>
1616
<li>Install ReSharper</li>
1717
<li>Copy Concordion.NUnit.dll into the addin directory of your ReSharper
18-
installation (&lt;resharper-installation-path&gt;\Bin\addins\)<ol>
19-
<li>Notice: If you aren't using the build-in NUnit version, but your
18+
installation (&lt;resharper-installation-path&gt;\Bin\addins\)<ul>
19+
<li>Using specific NUnit installation: If you aren't using the build-in NUnit, but your
2020
specified NUnit installation (ReSharper -&gt; Options ... -&gt; Tools -&gt;
2121
Unit Testing -&gt; NUnit), you have to copy Concordion.NUnit.dll into the
2222
used NUnit installation (&lt;nunit-installation-path&gt;\bin\addins\).</li>
23-
</ol>
23+
<li>Make sure that NUnit version 2.6.3 is used in any situation.</li>
24+
</ul>
2425
</li>
2526
<li>Run your Concordion.NET acceptance tests with ReSharper<ol>
2627
<li>To run a single test directly from the editor: Click on the

doc/Download.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ <h1>Release Notes</h1>
6060
<a href="https://github.com/concordion/concordion-net/commits/master">Version
6161
History on GitHub</a></p>
6262
<h2>Concordion.NET 1.2.0 - March 2015</h2>
63+
<p>This release of Concordion.NET needs NUnit version 2.6.3 to run the
64+
executable specifications.</p>
6365
<h3>Features</h3>
6466
<ul>
6567
<li>Enable <a href="RunningTests.html#resharper">running

doc/RunningTests.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
<h1>Run Concordion.NET Acceptance Tests with NUnit</h1>
3232
<p>Concordion.NET integrates with one of the
3333
most popular automated testing frameworks. Concordion.NET provides an NUnit Addin
34-
that allows running <a href="index.html">accetpance tests</a> with any NUnit environment that supports NUnit Addins.
34+
that allows running <a href="index.html">accetpance tests</a> with any NUnit environment that supports NUnit Addins
35+
(NUnit version 2.6.3).
3536
We describe how to run Concordion.NET tests with </p>
3637
<ul>
3738
<li><a href="#stand-alone">stand alone</a> NUnit test
@@ -87,7 +88,7 @@ <h3>Run Concordion.NET tests with the NUnit GUI runner</h3>
8788
<ol>
8889
<li><a href="Download.html">Download
8990
Concordion.NET</a>.</li>
90-
<li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&amp;r=2.6.3">install NUnit</a>.</li>
91+
<li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&amp;r=2.6.3">install NUnit version 2.6.3</a>.</li>
9192
<li>Coppy the Concordion.NUnit.dll into the addin directory of
9293
your NUnit installation
9394
(&lt;NUnit-installation-path&gt;\bin\addins). <br>Please, make sure to use the latest version of this DLL, when
@@ -117,7 +118,7 @@ <h3>Run Concordion.NET tests with the console runner</h3>
117118
<ol>
118119
<li><a href="Download.html">Download
119120
Concordion.NET</a>.</li>
120-
<li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&amp;r=2.6.3">install NUnit</a>.</li>
121+
<li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&amp;r=2.6.3">install NUnit version 2.6.3</a>.</li>
121122
<li>Copy the Concordion.NUnit.dll into the addin directory of
122123
your NUnit installation
123124
(&lt;NUnit-installation-path&gt;\bin\addins). <br>Please, make sure to use the latest version of this DLL, when

0 commit comments

Comments
 (0)