You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by al...@apache.org on 2003/05/24 17:21:02 UTC

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang EntitiesPerformanceTest.java

alex        2003/05/24 08:21:02

  Modified:    lang/src/test/org/apache/commons/lang
                        EntitiesPerformanceTest.java
  Log:
  fixed typo
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-commons/lang/src/test/org/apache/commons/lang/EntitiesPerformanceTest.java
  
  Index: EntitiesPerformanceTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/EntitiesPerformanceTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EntitiesPerformanceTest.java	24 May 2003 15:11:36 -0000	1.2
  +++ EntitiesPerformanceTest.java	24 May 2003 15:21:02 -0000	1.3
  @@ -165,11 +165,11 @@
           escapeIt(binaryEntities);
       }
   
  -    public void testUnscapeHash() throws Exception {
  +    public void testUnescapeHash() throws Exception {
           unescapeIt(hashEntities);
       }
   
  -    public void testUnscapeTree() throws Exception {
  +    public void testUnescapeTree() throws Exception {
           unescapeIt(treeEntities);
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org