/**
  * @expectedException Sabre_DAV_Exception_MethodNotAllowed
  */
 function testSetACL()
 {
     $this->calendar->setACL(array());
 }