PropertyProxy: fix append to empty default HandleArray
Appending to an empty default HandleArray was not possible because bool([]) evaluates to False. Fix and add
unit test.
Appending to an empty default HandleArray was not possible because bool([]) evaluates to False. Fix and add
unit test.