+ fixes #0001039: Add the property PropertyBoolList

This commit is contained in:
wmayer
2014-03-09 17:10:11 +01:00
parent e9f73c9db3
commit bbdbf10304
5 changed files with 195 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ FeatureTest::FeatureTest()
ADD_PROPERTY(Integer,(4711) );
ADD_PROPERTY(Float ,(47.11f) );
ADD_PROPERTY(Bool ,(true) );
ADD_PROPERTY(BoolList,(false));
ADD_PROPERTY(String ,("4711"));
ADD_PROPERTY(Path ,("c:\\temp"));
ADD_PROPERTY(StringList ,("4711"));