@Test
  public void testAddComment() {

    String s = "test";
    ci.addComment(u, s);
    assertNotNull(ci.getComments());
  }