Fix remaining tests after merge

This commit is contained in:
Andreas Dangel
2017-09-11 22:08:32 +02:00
parent 54423d05a6
commit ee727c4504
2 changed files with 5 additions and 2 deletions

View File

@ -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() {

View File

@ -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>