function testCleanCountry()
 {
     $s = new Supporter(array('Country' => 'U.S.A.'));
     $s->clean_country();
     $this->assertEqual($s->data['Country'], "US");
 }