From 3102d8bce3426d9cf41aeaf201c360d342677770 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 14:22:20 -0700 Subject: Switching from Ivy+Ant to Maven. --- .../com/p4square/grow/config/ConfigTest.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/test/resources/com/p4square/grow/config/ConfigTest.properties (limited to 'src/test/resources/com/p4square/grow/config/ConfigTest.properties') diff --git a/src/test/resources/com/p4square/grow/config/ConfigTest.properties b/src/test/resources/com/p4square/grow/config/ConfigTest.properties new file mode 100644 index 0000000..e5b4032 --- /dev/null +++ b/src/test/resources/com/p4square/grow/config/ConfigTest.properties @@ -0,0 +1,16 @@ +domain1.domainSpecific = domain1Value +domain2.domainSpecific = domain2Value + +*.emptyValue = + +domain1.onlyInDomain1 = domain1Value +*.onlyInDomain1 = wildValue + +*.wildcardOnly = wildValue + +*.number = 5 +*.notANumber = Hello + +*.boolean1 = True +*.boolean2 = true +*.boolean3 = false -- cgit v1.2.3