Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
fixed unit test to match correctec behavior
Browse files Browse the repository at this point in the history
git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22161 44c647ce-9c0f-0410-b52a-842ac1e357ba
  • Loading branch information
sgehrig committed May 14, 2010
1 parent 6ac07b7 commit 2d41fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AttributeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function testGetDateTimeValueIllegal()
{
$data=array('ts' => array('dummy'));
$retTs=Zend_Ldap_Attribute::getDateTimeAttribute($data, 'ts', 0);
$this->assertNull($retTs);
$this->assertEquals('dummy', $retTs);
}

public function testGetDateTimeValueNegativeOffet()
Expand Down

0 comments on commit 2d41fa5

Please sign in to comment.