Fix remaining tests after merge
This commit is contained in:
@ -79,8 +79,8 @@ public class Foo {
|
||||
</test-code>
|
||||
<test-code>
|
||||
<description>#388 False positive due to space in property list</description>
|
||||
<expected-problems>0</expected-problems>
|
||||
<rule-property name="ignoreMagicNumbers"><![CDATA[-1,0,1, 0.0]]></rule-property>
|
||||
<expected-problems>0</expected-problems>
|
||||
<code><![CDATA[
|
||||
class Foo {
|
||||
void bar() {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<test-data>
|
||||
<test-data
|
||||
xmlns="http://pmd.sourceforge.net/rule-tests"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/rule-tests http://pmd.sourceforge.net/rule-tests_1_0_0.xsd">
|
||||
|
||||
|
||||
<test-code>
|
||||
|
Reference in New Issue
Block a user