Revision: 3012
Author: janne.t.harkonen
Date: Fri Apr 16 01:31:21 2010
Log: methods have been renamed in handlers
http://code.google.com/p/robotframework/source/detail?r=3012

Modified:
 /trunk/src/robot/utils/error.py

=======================================
--- /trunk/src/robot/utils/error.py     Wed Feb 24 23:45:28 2010
+++ /trunk/src/robot/utils/error.py     Fri Apr 16 01:31:21 2010
@@ -31,7 +31,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'), '_run_handler') +_ignore_trace_until = (os.path.join('robot','running','handlers.py'), '<lambda>') _generic_exceptions = ('AssertionError', 'AssertionFailedError', 'Exception',
                        'Error', 'RuntimeError', 'RuntimeException',
                        'DataError', 'TimeoutError', 'ExecutionFailed', 
'RemoteError')


--
Subscription settings: 
http://groups.google.com/group/robotframework-commit/subscribe?hl=en

Reply via email to