Now all the tests run again! Now we need to fix all the
Checkstyle errors in the newly added source code.
This commit is contained in:
parent
5b90aaa412
commit
cf5946b2ce
|
|
@ -36,8 +36,7 @@ public abstract class BaseCheckTestCase
|
|||
public static DefaultConfiguration createCheckConfig(Class aClazz)
|
||||
{
|
||||
final DefaultConfiguration checkConfig =
|
||||
new DefaultConfiguration("test");
|
||||
checkConfig.addAttribute("classname", aClazz.getName());
|
||||
new DefaultConfiguration(aClazz.getName());
|
||||
return checkConfig;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue