function testSetTimestamp()
 {
     $this->mockcal->expectOnce('setTimestamp', array('12345'));
     $Decorator = new Calendar_Decorator($this->mockcal);
     $Decorator->setTimestamp('12345');
 }