You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/06/10 11:20:50 UTC

svn commit: r666034 - /harmony/enhanced/drlvm/trunk/make/tests/lazy-test.xml

Author: varlax
Date: Tue Jun 10 02:20:50 2008
New Revision: 666034

URL: http://svn.apache.org/viewvc?rev=666034&view=rev
Log:
Typo in summary

Modified:
    harmony/enhanced/drlvm/trunk/make/tests/lazy-test.xml

Modified: harmony/enhanced/drlvm/trunk/make/tests/lazy-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/tests/lazy-test.xml?rev=666034&r1=666033&r2=666034&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/make/tests/lazy-test.xml (original)
+++ harmony/enhanced/drlvm/trunk/make/tests/lazy-test.xml Tue Jun 10 02:20:50 2008
@@ -60,9 +60,9 @@
     <target name="check-lazy-test">
         <loadfile property="lazy.test.summary.txt" 
             srcFile="${lazy.test.summary}"/>
-        <echo message="  ***************************${line.separator}"/>
-        <echo message="  *** Kernel tests status ***${line.separator}"/>
-        <echo message="  ***************************${line.separator}"/>
+        <echo message="  *****************************${line.separator}"/>
+        <echo message="  * Lazyresolution tests status *${line.separator}"/>
+        <echo message="  *****************************${line.separator}"/>
         <echo message="${line.separator}"/>
         <echo message="${lazy.test.summary.txt}"/>
         <echo message="${line.separator}"/>