function testGetFieldData()
 {
     $f = new Tracker_FormElement_Field_TextTestVersion();
     $this->assertEqual('this is a text value', $f->getFieldData('this is a text value'));
 }