diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-06 20:41:33 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-06 20:41:33 +0000 |
commit | 0e0d97452bed08ba29925155b25ce15c126c9851 (patch) | |
tree | 86fd72d1d69eaf1ba56c33f4dfba698595334d15 | |
parent | e157b096ec7a7e1db0b8d57cf03ae857f2b58a4b (diff) | |
download | brdo-0e0d97452bed08ba29925155b25ce15c126c9851.tar.gz brdo-0e0d97452bed08ba29925155b25ce15c126c9851.tar.bz2 |
#841266 follow-up by Nephele: Fixing tests broken by label change.
-rw-r--r-- | modules/field/modules/options/options.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/modules/options/options.test b/modules/field/modules/options/options.test index e90bf6172..1717aa1f3 100644 --- a/modules/field/modules/options/options.test +++ b/modules/field/modules/options/options.test @@ -478,7 +478,7 @@ class OptionsWidgetsTestCase extends FieldTestCase { $this->drupalGet($fieldEditUrl); $this->assertText( - 'Use field label instead the "On value" as label ', + 'Use field label instead of the "On value" as label ', t('Display setting checkbox available.') ); @@ -497,7 +497,7 @@ class OptionsWidgetsTestCase extends FieldTestCase { // is stored and has the expected effect $this->drupalGet($fieldEditUrl); $this->assertText( - 'Use field label instead the "On value" as label ', + 'Use field label instead of the "On value" as label ', t('Display setting checkbox is available') ); $this->assertFieldChecked( |