File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
sqldev/src/test/java/org/utplsql/sqldev/test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ public void runWithTests() {
191191 sb .append (" \" objectName\" : null,\n " );
192192 sb .append (" \" procedureName\" : null,\n " );
193193 sb .append (" \" disabled\" : null,\n " );
194+ sb .append (" \" disabledReason\" : null,\n " );
194195 sb .append (" \" testNumber\" : null,\n " );
195196 sb .append (" \" failedExpectations\" : null\n " );
196197 sb .append (" },\n " );
@@ -222,6 +223,7 @@ public void runWithTests() {
222223 sb .append (" \" objectName\" : null,\n " );
223224 sb .append (" \" procedureName\" : null,\n " );
224225 sb .append (" \" disabled\" : null,\n " );
226+ sb .append (" \" disabledReason\" : null,\n " );
225227 sb .append (" \" testNumber\" : null,\n " );
226228 sb .append (" \" failedExpectations\" : null\n " );
227229 sb .append (" }\n " );
You can’t perform that action at this time.
0 commit comments