From 56ab5f142e3568d8f1c833e298e98cd87e7a468a Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Mon, 15 Mar 2010 09:18:21 +0100 Subject: [PATCH] Activate tests that work now that we allow variable namespaces. --- framework/Kolab_Storage/test/Horde/Kolab/Storage/NamespaceTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/Kolab_Storage/test/Horde/Kolab/Storage/NamespaceTest.php b/framework/Kolab_Storage/test/Horde/Kolab/Storage/NamespaceTest.php index 6d8f07a33..a25696109 100644 --- a/framework/Kolab_Storage/test/Horde/Kolab/Storage/NamespaceTest.php +++ b/framework/Kolab_Storage/test/Horde/Kolab/Storage/NamespaceTest.php @@ -40,7 +40,6 @@ class Horde_Kolab_Storage_NamespaceTest extends PHPUnit_Framework_TestCase public function testFolderTitleIsEmptyForPrivateNamespace() { - $this->markTestIncomplete('This expectation currently does not hold as we are not using the namespace handler yet.'); $folder = new Horde_Kolab_Storage_Folder('INBOX'); $folder->restore($this->_storage, $this->_connection, new Horde_Kolab_Storage_Namespace()); $this->assertEquals('', $folder->getTitle()); @@ -55,7 +54,6 @@ class Horde_Kolab_Storage_NamespaceTest extends PHPUnit_Framework_TestCase public function testFolderTitleOfOtherUserDoesNotContainUserPrefixAndOtherUserName() { - $this->markTestIncomplete('This expectation currently does not hold as we are not using the namespace handler yet.'); $folder = new Horde_Kolab_Storage_Folder('user/test/his_folder'); $folder->restore($this->_storage, $this->_connection, new Horde_Kolab_Storage_Namespace()); $this->assertEquals('his_folder', $folder->getTitle()); @@ -88,7 +86,6 @@ class Horde_Kolab_Storage_NamespaceTest extends PHPUnit_Framework_TestCase public function testFolderOwnerIsCurrentUserIfPrefixMatchesPrivateNamespace() { - $this->markTestIncomplete('This expectation currently does not hold as we are not using the namespace handler yet.'); $_SESSION['horde_auth']['userId'] = 'test'; $folder = new Horde_Kolab_Storage_Folder('INBOX'); $folder->restore($this->_storage, $this->_connection, new Horde_Kolab_Storage_Namespace()); -- 2.11.0