summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-05 15:49:04 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-05 15:49:04 +0000
commit7cd9bebc6cff59caf70d2c0c3f5bbd62427c1f9a (patch)
treec0f5854fc4bc86e59bffcabf726319f60ebdb421 /modules/comment/comment.test
parent25da67d48e0d69ff75470ff00ef13a06170e450b (diff)
downloadbrdo-7cd9bebc6cff59caf70d2c0c3f5bbd62427c1f9a.tar.gz
brdo-7cd9bebc6cff59caf70d2c0c3f5bbd62427c1f9a.tar.bz2
- Patch #775220 by aspilicious, droplet: no underscore in CSS class name.
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 52d3eb0cc..570724552 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -1146,7 +1146,7 @@ class CommentRdfaTestCase extends CommentHelperCase {
// Tests number of comments in teaser view.
$this->drupalGet('node');
- $comment_count_teaser = $this->xpath('//div[contains(@typeof, "sioc:Item")]//li[contains(@class, "comment_comments")]/a[contains(@property, "sioc:num_replies") and contains(@content, "2") and @datatype="xsd:integer"]');
+ $comment_count_teaser = $this->xpath('//div[contains(@typeof, "sioc:Item")]//li[contains(@class, "comment-comments")]/a[contains(@property, "sioc:num_replies") and contains(@content, "2") and @datatype="xsd:integer"]');
$this->assertTrue(!empty($comment_count_teaser), t('RDFa markup for the number of comments found on teaser view.'));
// Tests number of comments in full node view.