Revision: 3096
Author: jprantan
Date: Tue Apr 27 03:55:29 2010
Log: Code changed in handlers module, fixed to remove all internal traces.
http://code.google.com/p/robotframework/source/detail?r=3096
Modified:
/trunk/src/robot/utils/error.py
=======================================
--- /trunk/src/robot/utils/error.py Thu Apr 22 02:59:12 2010
+++ /trunk/src/robot/utils/error.py Tue Apr 27 03:55:29 2010
@@ -32,7 +32,7 @@
_java_trace_re = re.compile('^\s+at (\w.+)')
_ignored_java_trace = ('org.python.', 'robot.running.', 'robot$py.',
'sun.reflect.', 'java.lang.reflect.')
-_ignore_trace_until =
(os.path.join('robot','running','handlers.py'), '<lambda>')
+_ignore_trace_until =
(os.path.join('robot','running','handlers.py'), '_wrapped_function')
_generic_exceptions =
('AssertionError', 'AssertionFailedError', 'Exception',
'Error', 'RuntimeError', 'RuntimeException',
'DataError', 'TimeoutError', 'ExecutionFailed',
'RemoteError')
--
Subscription settings:
http://groups.google.com/group/robotframework-commit/subscribe?hl=en