diff options
Diffstat (limited to 'modules/statistics/statistics.test')
-rw-r--r-- | modules/statistics/statistics.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.test b/modules/statistics/statistics.test index 83f45bd79..e8d0ae8ce 100644 --- a/modules/statistics/statistics.test +++ b/modules/statistics/statistics.test @@ -119,7 +119,7 @@ class StatisticsReportsTestCase extends StatisticsTestCase { $this->assertText('All time', t('Found the alll time popular content.')); $this->assertText('Last viewed', t('Found the last viewed popular content.')); - $this->assertRaw(l($node->title[LANGUAGE_NONE][0]['value'], 'node/' . $node->nid), t('Found link to visited node.')); + $this->assertRaw(l($node->title, 'node/' . $node->nid), t('Found link to visited node.')); } } |