public function testGetFieldName()
 {
     $c = new Zend_Http_Header_SetCookie();
     $this->assertEquals('Set-Cookie', $c->getFieldName());
 }