$this->assertIdentical(2,count($ajax_commands),'The field form HTTP request results in two AJAX commands.');
$this->assertIdentical('editFieldFormValidationErrors',$ajax_commands[1]['command'],'The second AJAX command is an editFieldFormValidationErrors command.');
$this->assertTrue(strpos($ajax_commands[1]['data'],t('The content has either been modified by another user, or you have already submitted modifications. As a result, your changes cannot be saved.')),'Error message returned to user.');