Also I'd really like to see tests on object default
values. See the attached patch for an example.
I copied the example, and found that though tests on object default values passed in testbot, they can't pass in wine. I think this is because VariantChangeType function can't change an object into a VT_BOOL. So I delete them.