diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:40:25 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:40:25 -0700 |
commit | 3ed17f90de3069ae2d1934c2f2fd95973c4febb4 (patch) | |
tree | 7f13ca759fe2f7c306af8b985803c8a1b3ae2a5e /tst/com/p4square/grow/config/ConfigTest.properties | |
parent | 07758f6c85a13cd27f96c16f5b135193fe75a1a4 (diff) |
Adding tests for config
Diffstat (limited to 'tst/com/p4square/grow/config/ConfigTest.properties')
-rw-r--r-- | tst/com/p4square/grow/config/ConfigTest.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tst/com/p4square/grow/config/ConfigTest.properties b/tst/com/p4square/grow/config/ConfigTest.properties new file mode 100644 index 0000000..8a8328d --- /dev/null +++ b/tst/com/p4square/grow/config/ConfigTest.properties @@ -0,0 +1,12 @@ +domain1.domainSpecific = domain1Value +domain2.domainSpecific = domain2Value + +*.emptyValue = + +domain1.onlyInDomain1 = domain1Value +*.onlyInDomain1 = wildValue + +*.wildcardOnly = wildValue + +*.number = 5 +*.notANumber = Hello |