qspin / qtaste

[NEW RELEASE VERSION 3.0.0] The QTaste is an open-source functional and non-functional test environment offering services to developers and testers. It has been implemented following a data driven testing philosophy.
http://www.qtaste.org
GNU Lesser General Public License v3.0
6 stars 11 forks source link

Breakpoint not working in case of variable with value None #216

Closed dergo closed 7 years ago

dergo commented 7 years ago

Breakpoints are not working in case of variable with value None and an exception is logged:

ERROR com.qspin.qtaste.testsuite.impl.JythonTestScript - JythonTestScript.java:941 - java.lang.NullPointerException at com.qspin.qtaste.testsuite.impl.JythonTestScript$ScriptBreakpoint.getPythonVariablesDump(JythonTestScript.java:1149) at com.qspin.qtaste.testsuite.impl.JythonTestScript$ScriptBreakpoint.breakScript(JythonTestScript.java:1049)