*
* @throws Exception
*/
public void testModifySuperiorATDifference() throws Exception
{
MutableAttributeType o1 = new MutableAttributeType( "1.2.3.4" ); //$NON-NLS-1$
o1.setSuperiorOid( "superiorName" ); //$NON-NLS-1$
MutableAttributeType o2 = new MutableAttributeType( "1.2.3.4" ); //$NON-NLS-1$
o2.setSuperiorOid( "newSuperiorName" ); //$NON-NLS-1$
List<PropertyDifference> differences = DifferenceEngine.getDifferences( o1, o2 );
assertEquals( 1, differences.size() );