webwork/src/resources/web/tests expr.jsp,1.5,1.6

[email protected] Thu, 13 Nov 2003 14:37:20 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/resources/web/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv4207/src/resources/web/tests

Modified Files:
	expr.jsp 
Log Message:
Fix missing () in test 23's toString call

Index: expr.jsp
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/resources/web/tests/expr.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- expr.jsp	10 Nov 2002 17:52:59 -0000	1.5
+++ expr.jsp	13 Nov 2003 22:37:18 -0000	1.6
@@ -72,7 +72,7 @@
 		<td>
 			<webwork:if test="'10' < '2'">
 			   <b>Success</b>
-			</webwork:if> 
+			</webwork:if>
 		</td>
 		<td></td>
 	</tr>
@@ -240,9 +240,9 @@
 	</tr>
 	<tr>
 		<td align="right">23</td>
-		<td>webwork:if test="bool('true')/toString/endsWith('e') == true"</td>
+		<td>webwork:if test="bool('true')/toString()/endsWith('e') == true"</td>
 		<td>
-			<webwork:if test="bool('true')/toString/endsWith('e') == true">
+			<webwork:if test="bool('true')/toString()/endsWith('e') == true">
 			   <b>Success</b>
 			</webwork:if>
 		</td>
@@ -371,7 +371,7 @@
 			  </webwork:else>
 			</webwork:if>
 			<webwork:else>
-				<b>Failure</b>	
+				<b>Failure</b>
 			</webwork:else>
 		</td>
 		<td></td>
@@ -405,7 +405,7 @@
 			  <webwork:else>
 			     <b>Failure</b>
 			  </webwork:else>
-			</webwork:if> 
+			</webwork:if>
 			<webwork:else>
 				 <b>Success</b>
 			</webwork:else>




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/