function testCleanZip()
 {
     $s = new Supporter(array('Zip' => '00000'));
     $s->clean_zip();
     $this->assertEqual($s->data['Zip'], '');
 }