/**
  * @expectedException Sabre_DAV_Exception_NotFound
  */
 function testGetChildNotFound()
 {
     $card = $this->ab->getChild('card3');
 }