$this->assertRaw(t('Are you sure you want to delete the field %label',array('%label'=>$label)),'Delete confirmation was found.');
// Test Breadcrumbs.
$this->assertLink($label,0,'Field label is correct in the breadcrumb of the field delete page.');
// Submit confirmation form.
$this->drupalPostForm(NULL,array(),t('Delete'));
$this->assertRaw(t('The field %label has been deleted from the %type content type.',array('%label'=>$label,'%type'=>$bundle_label)),'Delete message was found.');