You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ml...@apache.org on 2006/06/20 14:09:35 UTC

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

Author: mloenko
Date: Tue Jun 20 05:09:34 2006
New Revision: 415624

URL: http://svn.apache.org/viewvc?rev=415624&view=rev
Log:
corrected test paths

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

Modified: incubator/harmony/standard/site/docs/subcomponents/classlibrary/testing.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/subcomponents/classlibrary/testing.html?rev=415624&r1=415623&r2=415624&view=diff
==============================================================================
--- incubator/harmony/standard/site/docs/subcomponents/classlibrary/testing.html (original)
+++ incubator/harmony/standard/site/docs/subcomponents/classlibrary/testing.html Tue Jun 20 05:09:34 2006
@@ -224,19 +224,19 @@
                 classes belonging to a module belong to the same module. Tests, their resources, and support
                 classes are located under
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests</code>
+				<code>&lt;modulename&gt;/src/test</code>
 			</blockquote>
 		Tests that are specific for Harmony, testing Harmony implementation details, and may fail
                 on RI or other compliant implementations are separated from the imlpementation-independent
                 tests that must pass on RI and all conformant implementations. 
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/<b>impl</b></code> - Harmony specific tests<br />
-				<code>&lt;modulename&gt;/src/tests/<b>api</b></code> - Implementation-independent tests
+				<code>&lt;modulename&gt;/src/test/<b>impl</b></code> - Harmony specific tests<br />
+				<code>&lt;modulename&gt;/src/test/<b>api</b></code> - Implementation-independent tests
 			</blockquote>
                 Special-purpose tests like stress tests or tests that require special configuration are 
                 separated from general-purpose tests.
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/<b>stress</b></code>
+				<code>&lt;modulename&gt;/src/test/<b>stress</b></code>
 			</blockquote>
 
                 Tests are not separated by functionality under test, e.g. tests against <code>clone()</code>
@@ -244,8 +244,8 @@
 
                 Classpath tests are separated from bootclasspath tests on a directory level:
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/api/<b>java</b></code> - Classpath tests<br />
-				<code>&lt;modulename&gt;/src/tests/api/<b>java.injected</b></code> - Bootclasspath tests<br />
+				<code>&lt;modulename&gt;/src/test/api/<b>java</b></code> - Classpath tests<br />
+				<code>&lt;modulename&gt;/src/test/api/<b>java.injected</b></code> - Bootclasspath tests<br />
 			</blockquote>
                 More details below.<br /><br />
 
@@ -253,9 +253,9 @@
                 Some modules might have platform specific tests that are in the case separated on a directory 
                 level:
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/api/<b>common</b></code><br />
-				<code>&lt;modulename&gt;/src/tests/api/<b>windows</b></code><br />
-				<code>&lt;modulename&gt;/src/tests/api/<b>linux</b></code>
+				<code>&lt;modulename&gt;/src/test/api/<b>common</b></code><br />
+				<code>&lt;modulename&gt;/src/test/api/<b>windows</b></code><br />
+				<code>&lt;modulename&gt;/src/test/api/<b>linux</b></code>
 			</blockquote>
 	</p>
                             </blockquote>

Modified: incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml?rev=415624&r1=415623&r2=415624&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml (original)
+++ incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/testing.xml Tue Jun 20 05:09:34 2006
@@ -46,19 +46,19 @@
                 classes belonging to a module belong to the same module. Tests, their resources, and support
                 classes are located under
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests</code>
+				<code>&lt;modulename&gt;/src/test</code>
 			</blockquote>
 		Tests that are specific for Harmony, testing Harmony implementation details, and may fail
                 on RI or other compliant implementations are separated from the imlpementation-independent
                 tests that must pass on RI and all conformant implementations. 
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/<b>impl</b></code> - Harmony specific tests<br/>
-				<code>&lt;modulename&gt;/src/tests/<b>api</b></code> - Implementation-independent tests
+				<code>&lt;modulename&gt;/src/test/<b>impl</b></code> - Harmony specific tests<br/>
+				<code>&lt;modulename&gt;/src/test/<b>api</b></code> - Implementation-independent tests
 			</blockquote>
                 Special-purpose tests like stress tests or tests that require special configuration are 
                 separated from general-purpose tests.
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/<b>stress</b></code>
+				<code>&lt;modulename&gt;/src/test/<b>stress</b></code>
 			</blockquote>
 
                 Tests are not separated by functionality under test, e.g. tests against <code>clone()</code>
@@ -66,8 +66,8 @@
 
                 Classpath tests are separated from bootclasspath tests on a directory level:
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/api/<b>java</b></code> - Classpath tests<br/>
-				<code>&lt;modulename&gt;/src/tests/api/<b>java.injected</b></code> - Bootclasspath tests<br/>
+				<code>&lt;modulename&gt;/src/test/api/<b>java</b></code> - Classpath tests<br/>
+				<code>&lt;modulename&gt;/src/test/api/<b>java.injected</b></code> - Bootclasspath tests<br/>
 			</blockquote>
                 More details below.<br/><br/>
 
@@ -75,9 +75,9 @@
                 Some modules might have platform specific tests that are in the case separated on a directory 
                 level:
 			<blockquote>
-				<code>&lt;modulename&gt;/src/tests/api/<b>common</b></code><br/>
-				<code>&lt;modulename&gt;/src/tests/api/<b>windows</b></code><br/>
-				<code>&lt;modulename&gt;/src/tests/api/<b>linux</b></code>
+				<code>&lt;modulename&gt;/src/test/api/<b>common</b></code><br/>
+				<code>&lt;modulename&gt;/src/test/api/<b>windows</b></code><br/>
+				<code>&lt;modulename&gt;/src/test/api/<b>linux</b></code>
 			</blockquote>
 	</p>
 </subsection>