function testAdjust()
 {
     $this->mockcal->expectOnce('adjust', array());
     $Decorator = new Calendar_Decorator($this->mockcal);
     $Decorator->adjust();
 }