From 0cb9b37b723386d1e902f556e9dbbbe093d2789f Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 18 Nov 2013 22:28:10 -0800 Subject: Making strict viewing order configurable. --- tst/com/p4square/grow/config/ConfigTest.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tst/com/p4square/grow/config/ConfigTest.properties') diff --git a/tst/com/p4square/grow/config/ConfigTest.properties b/tst/com/p4square/grow/config/ConfigTest.properties index 8a8328d..e5b4032 100644 --- a/tst/com/p4square/grow/config/ConfigTest.properties +++ b/tst/com/p4square/grow/config/ConfigTest.properties @@ -10,3 +10,7 @@ domain1.onlyInDomain1 = domain1Value *.number = 5 *.notANumber = Hello + +*.boolean1 = True +*.boolean2 = true +*.boolean3 = false -- cgit v1.2.3