43c43 < + * Tests the rendering of term reference fields in RSS feeds. --- > + * Tests for taxonomy term in RSS feed. 93c93 < + * Tests that terms added to nodes are displayed in core RSS feed. --- > + * Test that terms added to nodes are displayed in core RSS feed. 122c122 < + // Check that the term is displayed when the RSS feed is viewed. --- > + // Check that the term is displayed when the rss feed is viewed. 131c131 < + $this->assertRaw(format_xml_elements(array($test_element)), 'Term is displayed when viewing the rss feed.'); --- > + $this->assertRaw(format_xml_elements(array($test_element)), t('Term is displayed when viewing the rss feed.'));