/**
  * @expectedException Sabre\DAV\Exception\NotFound
  */
 function testGetChild404()
 {
     $this->s->getChild('book2');
 }