Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template
In directory sc8-pr-cvs1:/tmp/cvs-serv5423
Modified Files:
TestContextToolAccess.java
Log Message:
Ooops, bug in the test.
Index: TestContextToolAccess.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestContextToolAccess.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestContextToolAccess.java 16 Jul 2003 10:33:22 -0000 1.1
--- TestContextToolAccess.java 16 Jul 2003 10:49:54 -0000 1.2
***************
*** 20,24 ****
public void testContextToolMethodCall()
{
! assertStringTemplateEquals("$Text.HTMLEncode('&')", "&");
}
--- 20,24 ----
public void testContextToolMethodCall()
{
! assertStringTemplateEquals("$Text.HTMLEncode('&')", "&");
}
|