Update checkstyle configuration to allow static imports of org.junit.Assert members.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 25 Jul 2011 11:54:05 +0000 (11:54 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 25 Jul 2011 11:54:05 +0000 (11:54 +0000)
This is for JUnit 4.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1150644 13f79535-47bb-0310-9956-ffa450edef68

res/checkstyle/checkstyle.xml

index bd9be52..b581e0f 100644 (file)
@@ -51,6 +51,7 @@
     <module name="AvoidStaticImport">
         <property name="excludes"
                   value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/>
+        <property name="excludes" value="org.junit.Assert.*"/>
     </module>
     <module name="IllegalImport"/>
     <module name="ImportOrder">