summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/tracker/tracker.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tracker/tracker.test b/modules/tracker/tracker.test
index e696d24a8..ba917fa80 100644
--- a/modules/tracker/tracker.test
+++ b/modules/tracker/tracker.test
@@ -42,6 +42,7 @@ class TrackerTest extends DrupalWebTestCase {
$this->drupalGet('tracker');
$this->assertText($page1['title'], t('Nodes show up in the tracker listing.'));
$this->assertNoText($page2['title'], t('Unpublished nodes do not show up in the tracker listing.'));
+ $this->assertLink(t('My recent posts'), 0, t('User tab shows up on the global tracker page.'));
}
/**