Skip to content

Commit 2104e55

Browse files
committed
reference the package structure
1 parent 8757f40 commit 2104e55

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

doc/Concordion/Integration/ReSharper.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ <h3>ReSharper</h3>
1414
<li><a href="../../Download.html">Download
1515
Concordion.NET</a>.</li>
1616
<li>Install ReSharper</li>
17-
<li>Copy Concordion.NUnit.dll into the addin directory of your ReSharper
17+
<li>Copy Concordion.NUnit.dll from the tools directory of the
18+
Concordion.NET package into the addin directory of your ReSharper
1819
installation (&lt;resharper-installation-path&gt;\Bin\addins\)<ul>
1920
<li>Using specific NUnit installation: If you aren't using the build-in NUnit, but your
2021
specified NUnit installation (ReSharper -&gt; Options ... -&gt; Tools -&gt;
2122
Unit Testing -&gt; NUnit), you have to copy Concordion.NUnit.dll into the
2223
used NUnit installation (&lt;nunit-installation-path&gt;\bin\addins\).</li>
23-
<li>Make sure that NUnit version 2.6.3 is used in any situation.</li>
24+
<li>Make sure you use NUnit version 2.6.3 in any setup.</li>
2425
</ul>
2526
</li>
2627
<li>Run your Concordion.NET acceptance tests with ReSharper<ol>

doc/RunningTests.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ <h2>Prepare your Visual Studio project containing Concordion.NET tests</h2>
5353
Concordion.NET</a></li>
5454
<li>Make sure that the following DLLs are
5555
<a class="externalLink" href="http://msdn.microsoft.com/en-us/library/wkze6zky%28VS.80%29.aspx">referenced
56-
in your project</a>. You find the Concordion.dll and the necessary OGNL.dll in the package you have
56+
in your project</a>. You find the Concordion.dll and the necessary OGNL.dll in the
57+
lib directory of package you have
5758
downloaded in step 1. The nunit.framework.dll is part of the NUnit installation
5859
of your choice (see sections below) or use the
5960
<a class="externalLink" href="https://www.nuget.org/packages/NUnit">NUnit nuget package</a>. </li>
@@ -89,7 +90,8 @@ <h3>Run Concordion.NET tests with the NUnit GUI runner</h3>
8990
<li><a href="Download.html">Download
9091
Concordion.NET</a>.</li>
9192
<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>
92-
<li>Coppy the Concordion.NUnit.dll into the addin directory of
93+
<li>Copy the Concordion.NUnit.dll from the tools directory of your
94+
Concordion.NET package into the addin directory of
9395
your NUnit installation
9496
(&lt;NUnit-installation-path&gt;\bin\addins). <br>Please, make sure to use the latest version of this DLL, when
9597
you update Concordion.NET.</li>
@@ -119,7 +121,8 @@ <h3>Run Concordion.NET tests with the console runner</h3>
119121
<li><a href="Download.html">Download
120122
Concordion.NET</a>.</li>
121123
<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>
122-
<li>Copy the Concordion.NUnit.dll into the addin directory of
124+
<li>Copy the Concordion.NUnit.dll from the tools directory of your
125+
Concordion.NET package into the addin directory of
123126
your NUnit installation
124127
(&lt;NUnit-installation-path&gt;\bin\addins). <br>Please, make sure to use the latest version of this DLL, when
125128
you update Concordion.NET.</li>
@@ -144,7 +147,8 @@ <h3 id="testdriven.net">TestDriven.NET</h3>
144147
<li><a href="Download.html">Download
145148
Concordion.NET</a>.</li>
146149
<li>Install TestDriven.NET</li>
147-
<li>Copy Concordion.NUnit.dll into the addin directory of the latest
150+
<li>Copy Concordion.NUnit.dll from the tools directory of your
151+
Concordion.NET package into the addin directory of the latest
148152
NUnit version in the installation directory of TestDriven.NET (&lt;testdriven.net-installation-path&gt;\NUnit\2.6\addins)</li>
149153
<li>To run a test,
150154
please use the &quot;Run Test(s)&quot; command of TestDriven.NET on your

0 commit comments

Comments
 (0)