derick Tue, 15 Mar 2011 23:02:28 +0000
Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3409&root=xdebug
Log:
- Fixed test files to run without extra dependencies.
Changed paths:
U xdebug/branches/xdebug_2_1/tests/670-ConsistentHashing.inc
U xdebug/trunk/tests/670-ConsistentHashing.inc
Modified: xdebug/branches/xdebug_2_1/tests/670-ConsistentHashing.inc
===================================================================
--- xdebug/branches/xdebug_2_1/tests/670-ConsistentHashing.inc 2011-03-13 21:34:08 UTC (rev 3408)
+++ xdebug/branches/xdebug_2_1/tests/670-ConsistentHashing.inc 2011-03-15 23:02:28 UTC (rev 3409)
@@ -9,7 +9,7 @@
* @link http://rediska.geometria-lab.net
* @license http://www.opensource.org/licenses/bsd-license.php
*/
-class Rediska_KeyDistributor_ConsistentHashing implements Rediska_KeyDistributor_Interface
+class Rediska_KeyDistributor_ConsistentHashing
{
protected $_backends = array();
protected $_backendsCount = 0;
@@ -217,4 +217,4 @@
$this->_cache = array();
$this->_cacheCount = 0;
}
-}
\ No newline at end of file
+}
Modified: xdebug/trunk/tests/670-ConsistentHashing.inc
===================================================================
--- xdebug/trunk/tests/670-ConsistentHashing.inc 2011-03-13 21:34:08 UTC (rev 3408)
+++ xdebug/trunk/tests/670-ConsistentHashing.inc 2011-03-15 23:02:28 UTC (rev 3409)
@@ -9,7 +9,7 @@
* @link http://rediska.geometria-lab.net
* @license http://www.opensource.org/licenses/bsd-license.php
*/
-class Rediska_KeyDistributor_ConsistentHashing implements Rediska_KeyDistributor_Interface
+class Rediska_KeyDistributor_ConsistentHashing
{
protected $_backends = array();
protected $_backendsCount = 0;
@@ -217,4 +217,4 @@
$this->_cache = array();
$this->_cacheCount = 0;
}
-}
\ No newline at end of file
+}
Received on Tue Mar 15 2011 - 23:02:28 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST