Hide binding.model.api.DefaultType
[mdsal.git] / binding / mdsal-binding-generator-util / src / test / java / org / opendaylight / mdsal / binding / model / util / generated / type / builder / GeneratedPropertyImplTest.java
index 31ca9b26d304a55118956f79d495d20b85de25d6..fee94929fad383e6885df9dc499e4f318c27271c 100644 (file)
@@ -45,7 +45,7 @@ public class GeneratedPropertyImplTest {
 
         assertEquals("GeneratedPropertyImpl [name=myPropertyName, annotations=[], "
             + "comment=TypeMemberComment{contract=myComment}, "
-            + "returnType=Type (java.lang.Boolean), isFinal=true, isReadOnly=false, "
+            + "returnType=ConcreteTypeImpl{identifier=java.lang.Boolean}, isFinal=true, isReadOnly=false, "
             + "modifier=PUBLIC]", instance.toString());
     }