Author: as Date: Wed Dec 5 09:54:54 2007 New Revision: 6927 Log: - Fixed a test case in order to be run independently. - Removed some included files which were not needed.
Modified: trunk/Webdav/tests/property_supportedlock_lockentry_test.php trunk/Webdav/tests/suite.php Modified: trunk/Webdav/tests/property_supportedlock_lockentry_test.php ============================================================================== --- trunk/Webdav/tests/property_supportedlock_lockentry_test.php [iso-8859-1] (original) +++ trunk/Webdav/tests/property_supportedlock_lockentry_test.php [iso-8859-1] Wed Dec 5 09:54:54 2007 @@ -1,6 +1,6 @@ <?php -require_once dirname( __FILE__ ) . '/property_test.php'; +require_once dirname( __FILE__ ) . '/webdav_property_test.php'; class ezcWebdavSupportedLockPropertyLockentryTest extends ezcWebdavWebdavPropertyTestCase { Modified: trunk/Webdav/tests/suite.php ============================================================================== --- trunk/Webdav/tests/suite.php [iso-8859-1] (original) +++ trunk/Webdav/tests/suite.php [iso-8859-1] Wed Dec 5 09:54:54 2007 @@ -8,14 +8,6 @@ * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ - -/** - * Reqiuire base test - */ -require_once 'test_case.php'; - -require_once 'client_test_suite.php'; -require_once 'client_test.php'; /** * Require test suites. -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components