diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-17 09:04:20 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-17 09:04:20 -0700 |
commit | 5c9eab059c290098b6114a67559d8c7d9b5d3a16 (patch) | |
tree | 594b1e839ba36a081e2efcd2c4160d3b9186aef4 /modules/simpletest/tests | |
parent | 0710e3cd5e84650c31373d505e80fac842655375 (diff) | |
download | brdo-5c9eab059c290098b6114a67559d8c7d9b5d3a16.tar.gz brdo-5c9eab059c290098b6114a67559d8c7d9b5d3a16.tar.bz2 |
Issue #1041906 by Monochrome, bobodrone, ELC, ctibor, DamienMcKenna: Fixed Taxonomy term menu link title overrides term page title.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/menu.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/simpletest/tests/menu.test b/modules/simpletest/tests/menu.test index 5b4847f75..b12ccb116 100644 --- a/modules/simpletest/tests/menu.test +++ b/modules/simpletest/tests/menu.test @@ -1370,8 +1370,7 @@ class MenuBreadcrumbTestCase extends MenuWebTestCase { $tree += array( $link['link_path'] => $link['link_title'], ); - // @todo Normally, you'd expect $term->name as page title here. - $this->assertBreadcrumb($link['link_path'], $trail, $link['link_title'], $tree); + $this->assertBreadcrumb($link['link_path'], $trail, $term->name, $tree); $this->assertRaw(check_plain($parent->title), 'Tagged node found.'); // Additionally make sure that this link appears only once; i.e., the |