/**
  * assert that name of folder is container name
  */
 public function testGetACL()
 {
     $container = new Calendar_Frontend_WebDAV_Container($this->objects['initialContainer']);
     $result = $container->getACL();
     //var_dump($result);
     $this->assertEquals(5, count($result));
 }