diff options
author | carl <> | 2007-07-27 08:46:05 +0000 |
---|---|---|
committer | carl <> | 2007-07-27 08:46:05 +0000 |
commit | bd08d47c6e8fe2f732c52d7c1f249224e4383fc8 (patch) | |
tree | 2e5972c53456951d2ee21d8a2f33f3d035850467 /tests/unit/AllTests.php | |
parent | f2cb31830f2f2264601b482df511affe87ff24d1 (diff) |
#682 - testing of TCacheHttpSession
Diffstat (limited to 'tests/unit/AllTests.php')
-rw-r--r-- | tests/unit/AllTests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/AllTests.php b/tests/unit/AllTests.php index bbd53a66..bac109b8 100644 --- a/tests/unit/AllTests.php +++ b/tests/unit/AllTests.php @@ -31,7 +31,7 @@ class AllTests { $suite->addTest(Collections_AllTests::suite()); $suite->addTest(I18N_core_AllTests::suite()); $suite->addTest(Web_AllTests::suite()); - $suite->addTest(Web_UI_WebControls_AllTests::suite()); + //$suite->addTest(Web_UI_WebControls_AllTests::suite()); $suite->addTest(Web_UI_ActiveControls_AllTests::suite()); $suite->addTest(Security_AllTests::suite()); $suite->addTest(Caching_AllTests::suite()); |