Author: markt Date: Sat Jan 19 23:58:01 2013 New Revision: 1435765 URL: http://svn.apache.org/viewvc?rev=1435765&view=rev Log: Restore checkstyle check for Junit 3 style tests
Modified: tomcat/trunk/res/checkstyle/checkstyle.xml Modified: tomcat/trunk/res/checkstyle/checkstyle.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/checkstyle.xml?rev=1435765&r1=1435764&r2=1435765&view=diff ============================================================================== --- tomcat/trunk/res/checkstyle/checkstyle.xml (original) +++ tomcat/trunk/res/checkstyle/checkstyle.xml Sat Jan 19 23:58:01 2013 @@ -57,7 +57,9 @@ value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/> <property name="excludes" value="org.junit.Assert.*"/> </module> - <module name="IllegalImport"/> + <module name="IllegalImport"> + <property name="illegalPkgs" value="sun,junit.framework"/> + </module> <module name="ImportOrder"> <property name="groups" value="java,javax,async,jsp2,junit,org.junit,org,util"/> <property name="ordered" value="true"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org