projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af7b0a
)
Fix testing.
author
Gunnar Wrobel
<p@rdus.de>
Tue, 2 Jun 2009 14:02:58 +0000
(16:02 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 2 Jun 2009 19:27:55 +0000
(21:27 +0200)
framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php
b/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php
index
2fcf2b0
..
5331df5
100644
(file)
--- a/
framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php
+++ b/
framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php
@@
-193,7
+193,7
@@
class Horde_Kolab_Server_PersonTest extends Horde_Kolab_Test_Server
array(Horde_Kolab_Server_Object_Person::ATTRIBUTE_CN => $this->objects[2][Horde_Kolab_Server_Object_Person::ATTRIBUTE_CN]));
$this->assertSimpleSequence($person, $server,
Horde_Kolab_Server_Object_Person::ATTRIBUTE_SN,
- array('modified', 'modified_again'));
+ array('modified', 'modified_again')
, true
);
}
/**