diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-04 20:29:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-04 20:29:57 +0000 |
commit | 60515aa7f44ebcadae61330bca7b21a855b1dd51 (patch) | |
tree | 8ad71a7459b7556a186b1819c45d81c5aa729188 /modules/node/node.test | |
parent | 6ce1ae7464eb490e6836b192a121758f0b340503 (diff) | |
download | brdo-60515aa7f44ebcadae61330bca7b21a855b1dd51.tar.gz brdo-60515aa7f44ebcadae61330bca7b21a855b1dd51.tar.bz2 |
- Patch #745542 by seutje, sign: wrong margin for primary active tab in Seven.
Diffstat (limited to 'modules/node/node.test')
-rw-r--r-- | modules/node/node.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.test b/modules/node/node.test index 5f215d321..cc73a3797 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -260,7 +260,7 @@ class PageEditTestCase extends DrupalWebTestCase { // Check that the title and body fields are displayed with the correct values. $active = '<span class="element-invisible">' . t('(active tab)') . '</span>'; - $link_text = t('!local-task-title !active', array('!local-task-title' => t('Edit'), '!active' => $active)); + $link_text = t('!local-task-title!active', array('!local-task-title' => t('Edit'), '!active' => $active)); $this->assertText(strip_tags($link_text), 0, t('Edit tab found and marked active.')); $this->assertFieldByName($title_key, $edit[$title_key], t('Title field displayed.')); $this->assertFieldByName($body_key, $edit[$body_key], t('Body field displayed.')); |