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
| @@ -37,3 +37,4 @@ primitiveInteger=1 | @@ -37,3 +37,4 @@ primitiveInteger=1 | ||
| 37 | wrappedInteger=2 | 37 | wrappedInteger=2 |
| 38 | stringWithSpace=demoiselle framework | 38 | stringWithSpace=demoiselle framework |
| 39 | stringWithComma=demoiselle,framework | 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,4 +39,5 @@ | ||
| 39 | <wrappedInteger>2</wrappedInteger> | 39 | <wrappedInteger>2</wrappedInteger> |
| 40 | <stringWithSpace>demoiselle framework</stringWithSpace> | 40 | <stringWithSpace>demoiselle framework</stringWithSpace> |
| 41 | <stringWithComma>demoiselle,framework</stringWithComma> | 41 | <stringWithComma>demoiselle,framework</stringWithComma> |
| 42 | + <stringDefaultWithKey></stringDefaultWithKey> | ||
| 42 | </configuration> | 43 | </configuration> |
| 43 | \ No newline at end of file | 44 | \ No newline at end of file |