summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcarl <>2007-07-27 08:47:44 +0000
committercarl <>2007-07-27 08:47:44 +0000
commitb16e5eb73a3ba50988757195d8bdfaf61995e85e (patch)
treec6ada0ad824da79f12eb4ae93df15acab2acc8ac /tests
parentbd08d47c6e8fe2f732c52d7c1f249224e4383fc8 (diff)
typo.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/AllTests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/AllTests.php b/tests/unit/AllTests.php
index bac109b8..bbd53a66 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());