function testGetEngine()
 {
     $Decorator = new Calendar_Decorator($this->mockcal);
     $this->assertIsA($Decorator->getEngine(), 'Mock_Calendar_Engine');
 }