sut = new StreamXMLResource(action, serviceActionController, principalPopulator, streamMapper,
new RestletQueryRequestParser(globalWords, multipleEntityWords, otherWords), "");
ActivityDTO activity = new ActivityDTO();
StreamEntityDTO actor = new StreamEntityDTO();
actor.setAvatarId("actorAvatarId");
actor.setDisplayName("actorDisplayName");
actor.setUniqueIdentifier("actorUniqueId");
actor.setType(EntityType.PERSON);
StreamEntityDTO origActor = new StreamEntityDTO();
origActor.setAvatarId("origActorAvatarId");
origActor.setDisplayName("origActorDisplayName");
origActor.setUniqueIdentifier("origActorUn" + "iqueId");
origActor.setType(EntityType.PERSON);
HashMap<String, String> props = new HashMap<String, String>();
props.put("content", "my content");
activity.setServerDateTime(new Date());