From 6de8556b9d83e6ed8a6df42af2fc1da3abe8595e Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Thu, 21 Jun 2007 09:32:27 +0000 Subject: [PATCH] KTS-2115 "create unit tests for ktapi" Fixed. Temporarily commented ktapi tests --- tests/runtests.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/runtests.php b/tests/runtests.php index 01a740e..84421b8 100644 --- a/tests/runtests.php +++ b/tests/runtests.php @@ -5,9 +5,9 @@ require_once('test.php'); class UnitTests extends GroupTest { function UnitTests() { $this->GroupTest('Unit tests'); - $this->addTestFile('api/authentication.php'); - $this->addTestFile('api/document.php'); - $this->addTestFile('api/folder.php'); + //$this->addTestFile('api/authentication.php'); + //$this->addTestFile('api/document.php'); + //$this->addTestFile('api/folder.php'); $this->addTestFile('SQLFile/test_sqlfile.php'); $this->addTestFile('cache/testCache.php'); $this->addTestFile('config/testConfig.php'); -- libgit2 0.21.4