You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/06/30 06:49:12 UTC

svn commit: r552105 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl

Author: sandakith
Date: Fri Jun 29 21:49:11 2007
New Revision: 552105

URL: http://svn.apache.org/viewvc?view=rev&rev=552105
Log:
Making the generated testcases remaning tasks (TODO) eclipse aware and automatically add it to pending tasks.
All other IDEs also render the uppercase version of the TODO task and automatically include it in their pending tasks list. 

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl?view=diff&rev=552105&r1=552104&r2=552105
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl Fri Jun 29 21:49:11 2007
@@ -48,7 +48,7 @@
                 <xsl:for-each select="input/param[@type!='']">
                     <xsl:value-of select="@type"/><xsl:text> </xsl:text><xsl:value-of select="@name"/><xsl:text>=
                                                         </xsl:text>(<xsl:value-of select="@type"/>)getTestObject(<xsl:value-of select="@type"/>.class);
-                    // todo Fill in the <xsl:value-of select="@name"/> here
+                    // TODO : Fill in the <xsl:value-of select="@name"/> here
                 </xsl:for-each>
                 <xsl:choose>
                     <xsl:when test="$outputtype=''">
@@ -134,7 +134,7 @@
                   <xsl:for-each select="input/param[@type!='']">
                     <xsl:value-of select="@type"/><xsl:text> </xsl:text><xsl:value-of select="@name"/><xsl:text>=
                                                         </xsl:text>(<xsl:value-of select="@type"/>)getTestObject(<xsl:value-of select="@type"/>.class);
-                    // todo Fill in the <xsl:value-of select="@name"/> here
+                    // TODO : Fill in the <xsl:value-of select="@name"/> here
                 </xsl:for-each>
 
                 stub.start<xsl:value-of select="@name"/>(
@@ -207,7 +207,7 @@
                   <xsl:for-each select="input/param[@type!='']">
                       <xsl:value-of select="@type"/><xsl:text> </xsl:text><xsl:value-of select="@name"/><xsl:text>=
                   </xsl:text>(<xsl:value-of select="@type"/>)getTestObject(<xsl:value-of select="@type"/>.class);
-                      // todo Fill in the <xsl:value-of select="@name"/> here
+                      // TODO : Fill in the <xsl:value-of select="@name"/> here
                   </xsl:for-each>
 
                   //There is no output to be tested!



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org