diff --git a/source/test-java/org/alfresco/rest/api/tests/client/data/Person.java b/source/test-java/org/alfresco/rest/api/tests/client/data/Person.java index 824761bc5c..d0f826def7 100644 --- a/source/test-java/org/alfresco/rest/api/tests/client/data/Person.java +++ b/source/test-java/org/alfresco/rest/api/tests/client/data/Person.java @@ -136,7 +136,7 @@ public class Person + (enabled != null ? "enabled=" + enabled + ", " : "") + (firstName != null ? "firstName=" + firstName + ", " : "") + (lastName != null ? "lastName=" + lastName + ", " : "") - + (company != null ? "company=" + company + ", " : "") + + (company != null ? "company=" + company + ", " : "company=" + new Company().toString() + ", ") + (skypeId != null ? "skype=" + skypeId + ", " : "") + (location != null ? "location=" + location + ", " : "") + (telephone != null ? "tel=" + telephone + ", " : "")