summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r--modules/comment/comment.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index 7e6495c6e..647f9d893 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -580,7 +580,7 @@ class CommentAnonymous extends CommentHelperCase {
));
$this->drupalGet('node/' . $this->node->nid);
$this->assertPattern('/<div ([^>]*?)id="comments"([^>]*?)>/', t('Comments were displayed.'));
- $this->assertLink('Login', 1, t('Link to login was found.'));
+ $this->assertLink('Log in', 1, t('Link to log in was found.'));
$this->assertLink('register', 1, t('Link to register was found.'));
}
}