/**
  * Tears down the fixture
  * This method is called after a test is executed.
  *
  * @access protected
  */
 protected function tearDown()
 {
     parent::tearDown();
     Addressbook_Controller_Contact::getInstance()->setGeoDataForContacts($this->_setGeoData);
 }