Hi, > [java] ===================================================== > [java] Failed: > [java] ===================================================== > [java] gumbo/components/DataGrid/Properties/DataGrid_Properties_editable > Editable_startItemEditorSesision_inValidParams Failed Timed out > [java] > [java] > [java] ===================================================== > [java] Passes: 6 > [java] Fails: 1 > [java] ===================================================== > [java] > [java] > [java] Wrote summary to results.txt > [java] Wrote failures to failures.txt
This test is failing because it's (correctly) throwing an out of range RTE (It's passing columns.length to startItemEditorSession which uses getItemAt and length is out of range). Can't recall any changes recently to this code, either startItemEditorSession or getItemAt so does anyone know how this test passed previously? Thanks, Justin