From: Gunnar Wrobel Date: Mon, 13 Apr 2009 07:53:36 +0000 (+0200) Subject: Typos. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2006871a56dbe1e965f7055f6d74bfddc63ac73c;p=horde.git Typos. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php b/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php index 4f7e3bbcb..94f1fba85 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php @@ -828,7 +828,6 @@ class Horde_Kolab_Test_Server extends PHPUnit_Extensions_Story_TestCase $this->assertNoError($object); $this->added[] = array(&$server, $object->getUid()); - $object = $server->fetch($object->getUid()); foreach ($fetch as $attribute => $expect) { @@ -853,8 +852,8 @@ class Horde_Kolab_Test_Server extends PHPUnit_Extensions_Story_TestCase { foreach ($sequence as $value) { $this->assertStoreFetch($object, $server, - array($attribute => $step), - array($attribute => $step)); + array($attribute => $value), + array($attribute => $value)); } }