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

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

Author: smishura
Date: Mon Jun 26 07:14:45 2006
New Revision: 417196

URL: http://svn.apache.org/viewvc?rev=417196&view=rev
Log:
Fixing package name

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

Modified: incubator/harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html?rev=417196&r1=417195&r2=417196&view=diff
==============================================================================
--- incubator/harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html (original)
+++ incubator/harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html Mon Jun 26 07:14:45 2006
@@ -218,7 +218,8 @@
       <tr><td>
         <blockquote>
                                     <p>
-		The testing framework provides support class <code>tests.util.SerializationTest</code>
+		The testing framework provides support class
+		<code>org.apache.harmony.testframework.serialization.SerializationTest</code>
 		for serialization testing.
 	</p>
                                                 <p>

Modified: incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/ser_testing.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/ser_testing.xml?rev=417196&r1=417195&r2=417196&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/ser_testing.xml (original)
+++ incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/ser_testing.xml Mon Jun 26 07:14:45 2006
@@ -40,7 +40,8 @@
 
 <subsection name="Guidelines for developing serialization tests">
 	<p>
-		The testing framework provides support class <code>tests.util.SerializationTest</code>
+		The testing framework provides support class
+		<code>org.apache.harmony.testframework.serialization.SerializationTest</code>
 		for serialization testing.
 	</p>
 	<p>