Commit c52610178f01ef33d17f3541d602829d7be1a1f7
Exists in
master
Merge remote-tracking branch 'origin/2.4.0' into 2.4.0
Showing
2 changed files
with
3 additions
and
5 deletions
Show diff stats
impl/core/src/test/java/configuration/prefix/ConfigurationPrefixTest.java
| @@ -99,6 +99,6 @@ public class ConfigurationPrefixTest { | @@ -99,6 +99,6 @@ public class ConfigurationPrefixTest { | ||
| 99 | String expected = "prefix ending with dot"; | 99 | String expected = "prefix ending with dot"; |
| 100 | 100 | ||
| 101 | assertEquals(expected, propertyEndingWithDotPrefix.getPrefixedAttribute()); | 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,13 +42,11 @@ | ||
| 42 | <item2> | 42 | <item2> |
| 43 | <stringWithDefinedKeyMap>framework</stringWithDefinedKeyMap> | 43 | <stringWithDefinedKeyMap>framework</stringWithDefinedKeyMap> |
| 44 | </item2> | 44 | </item2> |
| 45 | - <stringWithUndefinedKeyMap>undefined</stringWithUndefinedKeyMap> | 45 | + <stringWithUndefinedKeyMap>undefined</stringWithUndefinedKeyMap> |
| 46 | <item1> | 46 | <item1> |
| 47 | <emptyValueMap></emptyValueMap> | 47 | <emptyValueMap></emptyValueMap> |
| 48 | </item1> | 48 | </item1> |
| 49 | <item2> | 49 | <item2> |
| 50 | <emptyValueMap></emptyValueMap> | 50 | <emptyValueMap></emptyValueMap> |
| 51 | - </item2> | ||
| 52 | - | ||
| 53 | - | 51 | + </item2> |
| 54 | </configuration> | 52 | </configuration> |