private void testUpdatePersonData(Set<String> fields, Map<String, String> values,
HashMap<String, String> expectedApplicationDataAfterUpdate,
ApplicationData applicationData) {
UserId userId = new UserId(UserId.Type.userId, VALID_USER_ID);
Set<UserId> userIds = new HashSet<UserId>(Arrays.asList(userId));
SecurityToken securityToken = getMockSecurityToken(VALID_OWNER_ID, VALID_VIEWER_ID, VALID_APPLICATION_ID, VALID_MODULE_ID);
List<Person> users = Arrays.asList(validPerson);