Commit c52610178f01ef33d17f3541d602829d7be1a1f7

Authored by Dancovich
2 parents d8ddaaca 996145d0
Exists in master

Merge remote-tracking branch 'origin/2.4.0' into 2.4.0

impl/core/src/test/java/configuration/prefix/ConfigurationPrefixTest.java
... ... @@ -99,6 +99,6 @@ public class ConfigurationPrefixTest {
99 99 String expected = "prefix ending with dot";
100 100  
101 101 assertEquals(expected, propertyEndingWithDotPrefix.getPrefixedAttribute());
102   - assertEquals(expected, propertyEndingWithDotPrefix.getPrefixedAttribute());
  102 + assertEquals(expected, xmlEndingWithDotPrefix.getPrefixedAttribute());
103 103 }
104 104 }
... ...
impl/core/src/test/resources/configuration/field/map/demoiselle.xml
... ... @@ -42,13 +42,11 @@
42 42 <item2>
43 43 <stringWithDefinedKeyMap>framework</stringWithDefinedKeyMap>
44 44 </item2>
45   - <stringWithUndefinedKeyMap>undefined</stringWithUndefinedKeyMap>
  45 + <stringWithUndefinedKeyMap>undefined</stringWithUndefinedKeyMap>
46 46 <item1>
47 47 <emptyValueMap></emptyValueMap>
48 48 </item1>
49 49 <item2>
50 50 <emptyValueMap></emptyValueMap>
51   - </item2>
52   -
53   -
  51 + </item2>
54 52 </configuration>
... ...