Author: Alexandru Stanoi
Date: 2007-05-04 17:27:28 +0200 (Fri, 04 May 2007)
New Revision: 5062
Log:
- Removed leftover from experimental.
Modified:
trunk/Authentication/tests/suite.php
trunk/AuthenticationDatabaseTiein/tests/suite.php
Modified: trunk/Authentication/tests/suite.php
===================================================================
--- trunk/Authentication/tests/suite.php 2007-05-04 15:12:22 UTC (rev
5061)
+++ trunk/Authentication/tests/suite.php 2007-05-04 15:27:28 UTC (rev
5062)
@@ -17,6 +17,7 @@
require_once( "filters/group/group_test.php" );
require_once( "filters/htpasswd/htpasswd_test.php" );
require_once( "filters/ldap/ldap_test.php" );
+require_once( "filters/openid/openid_test.php" );
require_once( "filters/session/session_test.php" );
require_once( "filters/token/token_test.php" );
require_once( "filters/typekey/typekey_test.php" );
@@ -32,12 +33,12 @@
{
parent::__construct();
$this->setName( "Authentication" );
- ezcBase::addClassRepository( '/home/as/dev/ezcomponents/experimental',
'/home/as/dev/ezcomponents/experimental/autoload' );
$this->addTest( ezcAuthenticationTest::suite() );
$this->addTest( ezcAuthenticationGroupTest::suite() );
$this->addTest( ezcAuthenticationHtpasswdTest::suite() );
$this->addTest( ezcAuthenticationLdapTest::suite() );
+ $this->addTest( ezcAuthenticationOpenidTest::suite() );
$this->addTest( ezcAuthenticationSessionTest::suite() );
$this->addTest( ezcAuthenticationTokenTest::suite() );
$this->addTest( ezcAuthenticationTypekeyTest::suite() );
Modified: trunk/AuthenticationDatabaseTiein/tests/suite.php
===================================================================
--- trunk/AuthenticationDatabaseTiein/tests/suite.php 2007-05-04 15:12:22 UTC
(rev 5061)
+++ trunk/AuthenticationDatabaseTiein/tests/suite.php 2007-05-04 15:27:28 UTC
(rev 5062)
@@ -26,7 +26,6 @@
{
parent::__construct();
$this->setName( "AuthenticationDatabaseTiein" );
- ezcBase::addClassRepository( '/home/as/dev/ezcomponents/experimental',
'/home/as/dev/ezcomponents/experimental/autoload' );
$this->addTest( ezcAuthenticationDatabaseTest::suite() );
}
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components