public function test05_form()
 {
     $birthday = new birthday();
     $this->assertRegExp('/ - /', $birthday->form());
 }
$account['gender'] == 'F' ? 'selected="selected"' : '';
?>
><?php 
echo _('Miss');
?>
</option>
                                </select>
                                </td>
			</tr>
			<tr>
			  <td><b><?php 
echo _('Birthday');
?>
:</b></td>
                          <td><?php 
print $birthday->form();
?>
</td>
			</tr>
			<tr>
				<td><b><?php 
echo _('Street');
?>
:</b></td>
				<td><textarea id="addr_street" name="addr_street" cols="30" rows="3"><?php 
print $account['addr_street'];
?>
</textarea></td>
			</tr>
			<tr>
				<td><b><?php