removed obsolete Global Property "require package html"
and additional cleanup since that was the last boolean property
This commit is contained in:
parent
08f2b317d6
commit
dce6e0d57e
|
|
@ -42,7 +42,7 @@ public class ConfigurationTest
|
|||
Configuration config =
|
||||
new Configuration(globalProps, new CheckConfiguration[0]);
|
||||
Properties defaultProps = config.getProperties();
|
||||
assertEquals(4, defaultProps.size());
|
||||
assertEquals(3, defaultProps.size());
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue