// take the last component of the name and append to the parent
name = test->getName();
string::size_type i = name.find_last_of(".:");
// take the last component of the name and append to the parent
name = test->getName();
string::size_type i = name.find_last_of(".:");