<?php
// note: this is simpletest drupal 5
$web_user =
$this->
drupalCreateUserRolePerm(array('cjp_tokens'));
$this->drupalLoginUser($web_user);
$edit =
array('full_name' =>
'testparty',
'abbreviation' => 'test',
'expire_date][' =>
array('year' =>
'2009',
'month' =>
'2',
'day' =>
'15'));
$this->drupalPostRequest('admin/cjp/tokens/addparty', $edit, 'Submit');
?>
[browser] Setting expire_date][="Array" at [/srv/www/cjp/sites/all/modules/simpletest/drupal_test_case.php line 193]