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 | dced76f5f6f7efb4b4fd49e41a3fe73a9ab3bdc3 (patch) | |
tree | b3e667b8c75770012fe46f34406fb983461bcf46 /tst/com/p4square/grow/config/ConfigTest.properties | |
parent | 6cba68bdf6978bc75c135a8e31dfa215f310fe0c (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 |