Eduardo Habkost <[email protected]> writes: > The object_property_add_bool() call in dummy_init() is always > failing because there is an existing "bv" class property. We need > to remove either the "bv" class property or the "bv" instance > property. > > Remove the class property so both object properties and class > properties are covered by the test code. > > Reviewed-by: Igor Mammedov <[email protected]> > Signed-off-by: Eduardo Habkost <[email protected]>
I accidentally reviewed an older version of this patch. Just in case: Reviewed-by: Markus Armbruster <[email protected]> The multiple colons in the subject are a bit odd. Suggest "tests/check-qom-proplist:".
