summaryrefslogtreecommitdiff
path: root/modules/field_ui/field_ui.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-08 09:24:55 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-08 09:24:55 +0000
commite7fe1830d2e1a5c383674720ed0b96c2a2a273c6 (patch)
tree452ef460425b2e12ac43215a7defd9eb8786e15d /modules/field_ui/field_ui.test
parent98258d6c59cf01074bdfcbd127de4c40309f02df (diff)
downloadbrdo-e7fe1830d2e1a5c383674720ed0b96c2a2a273c6.tar.gz
brdo-e7fe1830d2e1a5c383674720ed0b96c2a2a273c6.tar.bz2
- Patch #614294 by lisarex, yched, Bojhan: remove UI description that says what is stored in the field.
Diffstat (limited to 'modules/field_ui/field_ui.test')
-rw-r--r--modules/field_ui/field_ui.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field_ui/field_ui.test b/modules/field_ui/field_ui.test
index 9bf73f7df..0c2dde897 100644
--- a/modules/field_ui/field_ui.test
+++ b/modules/field_ui/field_ui.test
@@ -13,7 +13,7 @@ class FieldUITestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Field UI tests',
- 'description' => 'Test the filed UI functionality.',
+ 'description' => 'Test the field UI functionality.',
'group' => 'Field UI',
);
}
@@ -87,7 +87,7 @@ class FieldUITestCase extends DrupalWebTestCase {
$edit['_add_new_field[widget_type]'] = 'test_field_widget';
$this->drupalPost('admin/structure/types/manage/' . $this->hyphen_type . '/fields', $edit, t('Save'));
- $this->assertText(t('@label field settings', array('@label' => $this->field_label)), t('Field settings page was displayed.'));
+ $this->assertRaw(t('These settings apply to the %label field everywhere it is used.', array('%label' => $this->field_label)), t('Field settings page was displayed.'));
$this->drupalPost(NULL, array(), t('Save field settings'));