We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed6837 commit 5e656feCopy full SHA for 5e656fe
test/ut3_user/api/test_ut_runner.pkb
@@ -393,7 +393,8 @@ end;';
393
select 'UT3_DEVELOP.UT_SONAR_TEST_REPORTER', 'Y' from dual union all
394
select 'UT3_DEVELOP.UT_TEAMCITY_REPORTER', 'Y' from dual union all
395
select 'UT3_DEVELOP.UT_TFS_JUNIT_REPORTER', 'Y' from dual union all
396
- select 'UT3_DEVELOP.UT_XUNIT_REPORTER', 'Y' from dual
+ select 'UT3_DEVELOP.UT_XUNIT_REPORTER', 'Y' from dual union all
397
+ select 'UT3_DEVELOP.UT_TAP_REPORTER', 'Y' from dual
398
order by 1;
399
--Act
400
open l_actual for select * from table(ut3_develop.ut_runner.GET_REPORTERS_LIST()) order by 1;
0 commit comments