Author: markt
Date: Thu Dec 11 11:24:37 2014
New Revision: 1644597
URL: http://svn.apache.org/r1644597
Log:
This bug has been fixed in Java 8
Modified:
tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java?rev=1644597&r1=1644596&r2=1644597&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java
(original)
+++ tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java Thu Dec
11 11:24:37 2014
@@ -92,8 +92,7 @@ public class TestB2CConverter {
maxLeftover <= B2CConverter.LEFTOVER_SIZE);
}
- // TODO Work-around bug in UTF8 decoder
- //@Test(expected=MalformedInputException.class)
+ @Test(expected=MalformedInputException.class)
public void testBug54602a() throws Exception {
// Check invalid input is rejected straight away
B2CConverter conv = new B2CConverter("UTF-8");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]