You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2016/10/10 06:12:33 UTC

svn commit: r1764021 - /cocoon/site/site/2.1/installing/tests.html

Author: ilgrosso
Date: Mon Oct 10 06:12:33 2016
New Revision: 1764021

URL: http://svn.apache.org/viewvc?rev=1764021&view=rev
Log:
Fixing JUnit test execution instructions

Modified:
    cocoon/site/site/2.1/installing/tests.html

Modified: cocoon/site/site/2.1/installing/tests.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/installing/tests.html?rev=1764021&r1=1764020&r2=1764021&view=diff
==============================================================================
--- cocoon/site/site/2.1/installing/tests.html (original)
+++ cocoon/site/site/2.1/installing/tests.html Mon Oct 10 06:12:33 2016
@@ -1226,7 +1226,7 @@ that development work proceeds smoothly.
 <a name="N10012"></a><a name="JUnit+Tests"></a>
 <h2 class="h3">JUnit Tests</h2>
 <div class="section">
-<p>Run <tt>build junit-test</tt> to conduct an initial set of automated JUnit
+<p>Run <tt>build junit-tests</tt> to conduct an initial set of automated JUnit
 test cases, e.g. Test various transformers; Test the methods for getting
 platform-dependent filesystem pathnames; etc.</p>
 <a name="N1001B"></a><a name="How+to+add+more+JUnit+tests"></a>