/**
  * Tests Name->setUnstructured()
  */
 public function testSetUnstructured()
 {
     $this->Name->setUnstructured($this->unstructured);
     $this->assertEquals($this->Name->unstructured, $this->unstructured);
 }