Author: ts
Date: Tue Mar  4 12:50:01 2008
New Revision: 7515

Log:
- Fixed test.

Modified:
    trunk/Debug/tests/xdebug_stacktrace_iterator_test.php

Modified: trunk/Debug/tests/xdebug_stacktrace_iterator_test.php
==============================================================================
--- trunk/Debug/tests/xdebug_stacktrace_iterator_test.php [iso-8859-1] 
(original)
+++ trunk/Debug/tests/xdebug_stacktrace_iterator_test.php [iso-8859-1] Tue Mar  
4 12:50:01 2008
@@ -44,7 +44,7 @@
     public function testIterateTrace()
     {
         $stackTrace = $this->getStackTrace( 'some string', array( true, 23, 
null ) );
-        array_splice( $stackTrace, 0, 12 );
+        array_splice( $stackTrace, 0, -3 );
 
         $opts = new ezcDebugOptions();
         $itr = new ezcDebugXdebugStacktraceIterator(


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to