Fix failing test.

This commit is contained in:
mark_story 2013-11-21 21:46:03 -05:00
parent f3ca966623
commit 0e7b0ad111

View file

@ -768,11 +768,11 @@ class RssHelperTest extends CakeTestCase {
),
'Alex',
'/dc:creator',
'description' => array(
'xy:description' => array(
'xmlns:dc' => 'http://link.com'
),
'descriptive words',
'/description',
'/xy:description',
'/item'
);
$this->assertTags($result, $expected, true);