Skip to content

Commit

Permalink
Make tests assume the same for same functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
meldra committed Dec 10, 2011
1 parent 6d67664 commit b60461d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/atomValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ function test_entryAuthorURL()

function test_entryAuthorName()
{
$value = 'Mark Pilgrim';
$value = 'Mark Pilgrim (f8dy@example.com)
';
$this->assertEquals($value, $this->entry->author);
}

Expand Down

0 comments on commit b60461d

Please sign in to comment.