@Test
 public void testGetAuthorName() {
   assertEquals(useAuthorName ? authorName : committerName, changeSet.getAuthorName());
 }