Author: markt
Date: Mon Jul  2 19:24:09 2012
New Revision: 1356426

URL: http://svn.apache.org/viewvc?rev=1356426&view=rev
Log:
Deprecate test of deprecated code

Modified:
    tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java

Modified: 
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java?rev=1356426&r1=1356425&r2=1356426&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java 
(original)
+++ tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java Mon 
Jul  2 19:24:09 2012
@@ -138,6 +138,7 @@ public class TestByteChunk {
     }
 
     @Test
+    @Deprecated
     public void testFindNotBytes() throws UnsupportedEncodingException {
         byte[] bytes = "Hello\u00a0world".getBytes("ISO-8859-1");
         final int len = bytes.length;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to