Author: Alexandru Stanoi
Date: 2007-05-07 08:53:43 +0200 (Mon, 07 May 2007)
New Revision: 5083

Log:
- Removed OpenID stuff which will be added later.

Modified:
   trunk/Authentication/tests/suite.php

Modified: trunk/Authentication/tests/suite.php
===================================================================
--- trunk/Authentication/tests/suite.php        2007-05-07 06:53:11 UTC (rev 
5082)
+++ trunk/Authentication/tests/suite.php        2007-05-07 06:53:43 UTC (rev 
5083)
@@ -17,7 +17,6 @@
 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" );
@@ -38,7 +37,6 @@
         $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() );

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to