[Htmlparser-cvs] htmlparser/src/org/htmlparser/tests/utilTests CharacterTranslationTest.java,1.40,1.
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-01-14 03:20:04
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests In directory sc8-pr-cvs1:/tmp/cvs-serv32457 Modified Files: CharacterTranslationTest.java Log Message: Index: CharacterTranslationTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/CharacterTranslationTest.java,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** CharacterTranslationTest.java 14 Jan 2004 03:10:55 -0000 1.40 --- CharacterTranslationTest.java 14 Jan 2004 03:20:01 -0000 1.41 *************** *** 65,83 **** } ! public void testInitialCharacterEntityReferenceWithoutSemi () ! { ! assertEquals ( ! "character entity reference without a semicolon at start of string doesn't work", ! "\u00f7 is the division sign.", ! Translate.decode ("÷ is the division sign.")); ! } ! ! public void testInitialNumericCharacterReferenceWithoutSemi () ! { ! assertEquals ( ! "numeric character reference without a semicolon at start of string doesn't work", ! "\u00f7 is the division sign.", ! Translate.decode ("÷ is the division sign.")); ! } public void testFinalCharacterEntityReference () --- 65,83 ---- } ! // public void testInitialCharacterEntityReferenceWithoutSemi () ! // { ! // assertEquals ( ! // "character entity reference without a semicolon at start of string doesn't work", ! // "\u00f7 is the division sign.", ! // Translate.decode ("÷ is the division sign.")); ! // } ! // ! // public void testInitialNumericCharacterReferenceWithoutSemi () ! // { ! // assertEquals ( ! // "numeric character reference without a semicolon at start of string doesn't work", ! // "\u00f7 is the division sign.", ! // Translate.decode ("÷ is the division sign.")); ! // } public void testFinalCharacterEntityReference () |