You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by na...@apache.org on 2008/01/15 01:49:48 UTC

svn commit: r611981 - in /harmony/standard/site: docs/subcomponents/classlibrary/testing.html xdocs/subcomponents/classlibrary/testing.xml

Author: nadinem
Date: Mon Jan 14 16:49:47 2008
New Revision: 611981

URL: http://svn.apache.org/viewvc?rev=611981&view=rev
Log:
HARMONY-5275

Modified:
    harmony/standard/site/docs/subcomponents/classlibrary/testing.html
    harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml

Modified: harmony/standard/site/docs/subcomponents/classlibrary/testing.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/testing.html?rev=611981&r1=611980&r2=611981&view=diff
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/testing.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/testing.html Mon Jan 14 16:49:47 2008
@@ -236,6 +236,11 @@
                     Find more details <a href="#Package and Class Names for Different Types of the Tests"> below</a>.
                 </p>
                                 <p>
+                    The test code is placed in directories as suggested by <a href="http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html">Apache Maven</a> project conventions:
+                </p>
+                                <pre>&lt;modulename&gt;/src/test/api/<b>java</b> - Java code
+&lt;modulename&gt;/src/test/api/<b>resources</b> - Test resources</pre>
+                                <p>
                     Some modules might have implementation specific tests that are in this case separated on a directory level:
                 </p>
                                 <pre>&lt;modulename&gt;/src/test/impl/<b>boot</b> - Package private tests

Modified: harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml?rev=611981&r1=611980&r2=611981&view=diff
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml (original)
+++ harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml Mon Jan 14 16:49:47 2008
@@ -63,6 +63,11 @@
                     Find more details <a href="#Package and Class Names for Different Types of the Tests"> below</a>.
                 </p>
                 <p>
+                    The test code is placed in directories as suggested by <a href="http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html">Apache Maven</a> project conventions:
+                </p>
+<pre>&lt;modulename&gt;/src/test/api/<b>java</b> - Java code
+&lt;modulename&gt;/src/test/api/<b>resources</b> - Test resources</pre>
+                <p>
                     Some modules might have implementation specific tests that are in this case separated on a directory level:
                 </p>
 <pre>&lt;modulename&gt;/src/test/impl/<b>boot</b> - Package private tests