Skip to content

Commit 5e656fe

Browse files
committed
Add TAP to expected reporters
1 parent 4ed6837 commit 5e656fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ut3_user/api/test_ut_runner.pkb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ end;';
393393
select 'UT3_DEVELOP.UT_SONAR_TEST_REPORTER', 'Y' from dual union all
394394
select 'UT3_DEVELOP.UT_TEAMCITY_REPORTER', 'Y' from dual union all
395395
select 'UT3_DEVELOP.UT_TFS_JUNIT_REPORTER', 'Y' from dual union all
396-
select 'UT3_DEVELOP.UT_XUNIT_REPORTER', 'Y' from dual
396+
select 'UT3_DEVELOP.UT_XUNIT_REPORTER', 'Y' from dual union all
397+
select 'UT3_DEVELOP.UT_TAP_REPORTER', 'Y' from dual
397398
order by 1;
398399
--Act
399400
open l_actual for select * from table(ut3_develop.ut_runner.GET_REPORTERS_LIST()) order by 1;

0 commit comments

Comments
 (0)