@Test
 public void testInitRole() throws Exception {
   Role role = init.createRole();
   assertNotNull(role);
   assertNotNull(role.getId());
 }