public function testRenameGroup()
 {
     // changement de nom d'un groupe
     jAclDbUserGroup::updateGroup($this->grpId3, 'newgroup3');
     $this->groups[2]['name'] = 'newgroup3';
     $this->assertTableContainsRecords('jacl_group', $this->groups);
 }