@Test
 public void testGetAllPersons() throws Exception {
   assertEquals(action.list(), ActionSupport.SUCCESS);
   assertTrue(action.getPersons().size() >= 1);
 }