Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / extension / openflowplugin-extension-onf / src / test / java / org / opendaylight / openflowplugin / extension / onf / deserializer / OnfExperimenterErrorFactoryTest.java
index 788d5ac6753069a976ac0df61c8c3f89c9276b82..1cbc9d5ea7f3eb776fed7289873d7e27478edeaa 100644 (file)
@@ -38,7 +38,7 @@ public class OnfExperimenterErrorFactoryTest {
         Assert.assertEquals("Wrong type", EncodeConstants.EXPERIMENTER_VALUE, builtByFactory.getType().intValue());
         Assert.assertEquals("Wrong type string", "EXPERIMENTER", builtByFactory.getTypeString());
         Assert.assertEquals("Wrong experimenter ID", EncodeConstants.ONF_EXPERIMENTER_ID,
-                builtByFactory.getAugmentation(ExperimenterIdError.class).getExperimenter().getValue().intValue());
+                builtByFactory.augmentation(ExperimenterIdError.class).getExperimenter().getValue().intValue());
         Assert.assertNotNull("Data is null", builtByFactory.getData());
     }