Commit 28dc20cfc3e537eed163d99ce1fb7dd158500e1e

Authored by Emerson Oliveira
1 parent 779589db
Exists in master

Adicionados campos necessários aos testes de propriedades com valores

padrão
impl/core/src/test/resources/configuration/field/basic/demoiselle.properties
... ... @@ -37,3 +37,4 @@ primitiveInteger=1
37 37 wrappedInteger=2
38 38 stringWithSpace=demoiselle framework
39 39 stringWithComma=demoiselle,framework
  40 +stringDefaultWithKey=Valor inicializado do arquivo de propriedade
... ...
impl/core/src/test/resources/configuration/field/basic/demoiselle.xml
... ... @@ -39,4 +39,5 @@
39 39 <wrappedInteger>2</wrappedInteger>
40 40 <stringWithSpace>demoiselle framework</stringWithSpace>
41 41 <stringWithComma>demoiselle,framework</stringWithComma>
  42 + <stringDefaultWithKey></stringDefaultWithKey>
42 43 </configuration>
43 44 \ No newline at end of file
... ...