Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014981c commit 4488415Copy full SHA for 4488415
1 file changed
test/api/test_ut_runner.pkb
@@ -281,7 +281,8 @@ end;';
281
begin
282
--Arrange
283
open l_expected for
284
- select 'UT3.UT_COVERAGE_HTML_REPORTER' reporter_object_name, 'Y' is_output_reporter from dual union all
+ select 'UT3.UT_COVERAGE_COBERTURA_REPORTER' reporter_object_name, 'Y' is_output_reporter from dual union all
285
+ select 'UT3.UT_COVERAGE_HTML_REPORTER', 'Y' from dual union all
286
select 'UT3.UT_COVERAGE_SONAR_REPORTER', 'Y' from dual union all
287
select 'UT3.UT_COVERALLS_REPORTER', 'Y' from dual union all
288
select 'UT3.UT_DOCUMENTATION_REPORTER', 'Y' from dual union all
0 commit comments