Help for this page
# In test suite. ... is $cdbi_object->name, 'Bar', "name has changed to 'Bar'"; # Test fails.
# Reload the object from the database. $cdbi_object->remove_from_object_index; $cdbi_object = My::Object->retrieve( $cdbi_object->id );