Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 68451 invoked from network); 24 May 2003 15:21:07 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 May 2003 15:21:07 -0000 Received: (qmail 9646 invoked by uid 97); 24 May 2003 15:23:18 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 9639 invoked from network); 24 May 2003 15:23:18 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 24 May 2003 15:23:18 -0000 Received: (qmail 68058 invoked by uid 500); 24 May 2003 15:21:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 68020 invoked by uid 500); 24 May 2003 15:21:03 -0000 Received: (qmail 68003 invoked from network); 24 May 2003 15:21:02 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 24 May 2003 15:21:02 -0000 Received: (qmail 75552 invoked by uid 1148); 24 May 2003 15:21:02 -0000 Date: 24 May 2003 15:21:02 -0000 Message-ID: <20030524152102.75551.qmail@icarus.apache.org> From: alex@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang EntitiesPerformanceTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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