Commit 2390c28b99d2ad8eb5b901893cecf9b88a1a0c31

Authored by Emerson Oliveira
1 parent c20d0c4b
Exists in master

Correção de um teste dos prefixos

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 }