From bd7712385a86bf4df9c35733c5ae2bb48277590f Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 30 Apr 2012 21:51:35 -0700 Subject: Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'. --- modules/simpletest/tests/form.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/form.test b/modules/simpletest/tests/form.test index df8d3f27f..2f5a9cd14 100644 --- a/modules/simpletest/tests/form.test +++ b/modules/simpletest/tests/form.test @@ -666,12 +666,12 @@ class FormsElementsLabelsTestCase extends DrupalWebTestCase { $this->assertTrue(isset($elements[0]), t("Label 0 found radios.")); // Exercise various defaults for checkboxes and modifications to ensure - // appropriate override and correct behaviour. + // appropriate override and correct behavior. $elements = $this->xpath('//input[@id="edit-form-checkbox-test"]/following-sibling::label[@for="edit-form-checkbox-test" and @class="option"]'); $this->assertTrue(isset($elements[0]), t("Label follows field and label option class correct for a checkbox by default.")); // Exercise various defaults for textboxes and modifications to ensure - // appropriate override and correct behaviour. + // appropriate override and correct behavior. $elements = $this->xpath('//label[@for="edit-form-textfield-test-title-and-required"]/child::span[@class="form-required"]/parent::*/following-sibling::input[@id="edit-form-textfield-test-title-and-required"]'); $this->assertTrue(isset($elements[0]), t("Label precedes textfield, with required marker inside label.")); -- cgit v1.2.3