function testProblemUSCountry()
 {
     $s = new Supporter(array('Country' => 'US', 'City' => '', 'State' => '', 'Zip' => ''));
     $s->problem_us_country();
     $this->assertEqual($s->data['Country'], '');
 }