Skip to content

Commit

Permalink
Revert "Fixing failing test case in RssHelper"
Browse files Browse the repository at this point in the history
This reverts commit 7715689.
  • Loading branch information
lorenzo committed Oct 28, 2012
1 parent 8538c0e commit 8bca041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/Case/View/Helper/RssHelperTest.php
Expand Up @@ -768,11 +768,11 @@ public function testElementNamespaceWithPrefix() {
),
'Alex',
'/dc:creator',
'xy:description' => array(
'description' => array(
'xmlns:dc' => 'http://link.com'
),
'descriptive words',
'/xy:description',
'/description',
'/item'
);
$this->assertTags($result, $expected, true);
Expand Down

0 comments on commit 8bca041

Please sign in to comment.