Commit 28dc20cfc3e537eed163d99ce1fb7dd158500e1e
1 parent
779589db
Exists in
master
Adicionados campos necessários aos testes de propriedades com valores
padrão
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
impl/core/src/test/resources/configuration/field/basic/demoiselle.properties
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 | ... | ... |