Author: sebb
Date: Thu Mar  4 17:45:06 2010
New Revision: 919085

URL: http://svn.apache.org/viewvc?rev=919085&view=rev
Log:
Suppress deprecation warnings for tests of deprecated class

Modified:
    commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java

Modified: 
commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java?rev=919085&r1=919084&r2=919085&view=diff
==============================================================================
--- commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java 
(original)
+++ commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java 
Thu Mar  4 17:45:06 2010
@@ -32,6 +32,8 @@
 import org.apache.commons.io.testtools.YellOnCloseInputStream;
 import org.apache.commons.io.testtools.YellOnFlushAndCloseOutputStream;
 
+...@suppresswarnings("deprecation") // these are test cases for the deprecated 
CopyUtils
+
 /**
  * JUnit tests for CopyUtils.
  * 


Reply via email to