Commit 6ef8af7c026ada3ed19c830d20a8f38d437882a4
1 parent
e0bcac42
Exists in
master
Ajustes na formatação dos arquivos de configuração dos testes
Showing
10 changed files
with
12 additions
and
2 deletions
Show diff stats
impl/core/src/test/resources/arquillian.xml
... | ... | @@ -34,6 +34,7 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | + | |
37 | 38 | <arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
38 | 39 | xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> |
39 | 40 | ... | ... |
impl/core/src/test/resources/configuration/field/basic/demoiselle.xml
... | ... | @@ -34,9 +34,10 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | + | |
37 | 38 | <configuration> |
38 | 39 | <primitiveInteger>1</primitiveInteger> |
39 | 40 | <wrappedInteger>2</wrappedInteger> |
40 | 41 | <stringWithSpace>demoiselle framework</stringWithSpace> |
41 | 42 | <stringWithComma>demoiselle,framework</stringWithComma> |
42 | -</configuration> | |
43 | 43 | \ No newline at end of file |
44 | +</configuration> | ... | ... |
impl/core/src/test/resources/configuration/field/default/demoiselle.properties
... | ... | @@ -32,4 +32,5 @@ |
32 | 32 | # "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses/> |
33 | 33 | # ou escreva para a Fundação do Software Livre (FSF) Inc., |
34 | 34 | # 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
35 | + | |
35 | 36 | stringDefaultWithKey=Valor inicializado do arquivo de propriedade | ... | ... |
impl/core/src/test/resources/configuration/field/default/demoiselle.xml
... | ... | @@ -34,6 +34,7 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | + | |
37 | 38 | <configuration> |
38 | 39 | <stringDefaultWithKey></stringDefaultWithKey> |
39 | -</configuration> | |
40 | 40 | \ No newline at end of file |
41 | +</configuration> | ... | ... |
impl/core/src/test/resources/configuration/field/ignored/demoiselle.properties
impl/core/src/test/resources/configuration/field/ignored/demoiselle.xml
impl/core/src/test/resources/configuration/field/named/demoiselle.properties
... | ... | @@ -32,5 +32,6 @@ |
32 | 32 | # "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses/> |
33 | 33 | # ou escreva para a Fundação do Software Livre (FSF) Inc., |
34 | 34 | # 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
35 | + | |
35 | 36 | main.int=1 |
36 | 37 | intNamedWithoutFile=1 | ... | ... |
impl/core/src/test/resources/configuration/field/notnull/demoiselle.properties
... | ... | @@ -32,6 +32,7 @@ |
32 | 32 | # "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses/> |
33 | 33 | # ou escreva para a Fundação do Software Livre (FSF) Inc., |
34 | 34 | # 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
35 | + | |
35 | 36 | integerNotNull=1 |
36 | 37 | byteNotNull=2 |
37 | 38 | shortNotNull=3 | ... | ... |
impl/core/src/test/resources/configuration/field/notnull/empty-field.properties
impl/core/src/test/resources/configuration/field/notnull/without-field.properties