File tree Expand file tree Collapse file tree
source/expectations/data_values Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,15 +82,13 @@ create or replace type body ut_data_value_refcursor as
8282 end if;
8383 dbms_xmlgen.closeContext(l_ctx);
8484 end if;
85- commit;
8685 exception
8786 when others then
8887 ut_expectation_processor.reset_nls_params();
8988 if a_value%isopen then
9089 close a_value;
9190 end if;
9291 dbms_xmlgen.closeContext(l_ctx);
93- rollback;
9492 raise;
9593 end;
9694
Original file line number Diff line number Diff line change 88@@ut_reporters/ test_coverage .pks
99@@ut_reporters/ test_coverage_sonar_reporter .pks
1010@@ut_reporters/ test_coveralls_reporter .pks
11- @@ut_runner/ test_ut_runner .pks
1211@ut_expectations/ test_expectations_cursor .pks
1312
1413@core .pkb
2019@@ut_reporters/ test_coverage .pkb
2120@@ut_reporters/ test_coverage_sonar_reporter .pkb
2221@@ut_reporters/ test_coveralls_reporter .pkb
23- @@ut_runner/ test_ut_runner .pkb
2422@ut_expectations/ test_expectations_cursor .pkb
2523
2624show errors
You can’t perform that action at this time.
0 commit comments