Author: markt Date: Mon Mar 4 11:25:52 2013 New Revision: 1452258 URL: http://svn.apache.org/r1452258 Log: Remove comments used to debug
Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java?rev=1452258&r1=1452257&r2=1452258&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java (original) +++ tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java Mon Mar 4 11:25:52 2013 @@ -53,7 +53,6 @@ public class TestUtf8Extended { @Before public void setup() { - /* testCases.add(new Utf8TestCase( "Zero length input", new int[] {}, @@ -128,7 +127,6 @@ public class TestUtf8Extended { new int[] {0x41, 0x80, 0x41}, 1, "A\uFFFDA")); - */ testCases.add(new Utf8TestCase( "Invalid sequence from unicode 6.2 spec, table 3-8", new int[] {0x61, 0xF1, 0x80, 0x80, 0xE1, 0x80, 0xC2, 0x62, 0x80, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org