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() {
191
191
sb .append (" \" objectName\" : null,\n " );
192
192
sb .append (" \" procedureName\" : null,\n " );
193
193
sb .append (" \" disabled\" : null,\n " );
194
+ sb .append (" \" disabledReason\" : null,\n " );
194
195
sb .append (" \" testNumber\" : null,\n " );
195
196
sb .append (" \" failedExpectations\" : null\n " );
196
197
sb .append (" },\n " );
@@ -222,6 +223,7 @@ public void runWithTests() {
222
223
sb .append (" \" objectName\" : null,\n " );
223
224
sb .append (" \" procedureName\" : null,\n " );
224
225
sb .append (" \" disabled\" : null,\n " );
226
+ sb .append (" \" disabledReason\" : null,\n " );
225
227
sb .append (" \" testNumber\" : null,\n " );
226
228
sb .append (" \" failedExpectations\" : null\n " );
227
229
sb .append (" }\n " );
You can’t perform that action at this time.
0 commit comments