[limb-svn] r6032 - 3.x/trunk/limb/tests_runner/src
svn at limb-project.com
svn at limb-project.com
Mon Jul 2 01:59:53 MSD 2007
Author: pachanga
Date: 2007-07-02 01:59:53 +0400 (Mon, 02 Jul 2007)
New Revision: 6032
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6032
Modified:
3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php
Log:
-- lmbTestShellUI shows exception runtime error with callstack
Modified: 3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php
===================================================================
--- 3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php 2007-07-01 21:58:53 UTC (rev 6031)
+++ 3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php 2007-07-01 21:59:53 UTC (rev 6032)
@@ -201,7 +201,7 @@
}
catch(Exception $e)
{
- $this->_error($e->getMessage());
+ $this->_error($e->__toString());
}
echo $runner->getRuntime() . " sec.\n";
@@ -210,4 +210,4 @@
}
}
-?>
\ No newline at end of file
+?>
More information about the limb-svn
mailing list