Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 010b8fd

Browse files
add ut_realtime_reporter to list of core reporters
1 parent 28a1a73 commit 010b8fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/api/test_ut_runner.pkb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ end;';
301301
select 'UT3.UT_COVERALLS_REPORTER', 'Y' from dual union all
302302
select 'UT3.UT_DOCUMENTATION_REPORTER', 'Y' from dual union all
303303
select 'UT3.UT_JUNIT_REPORTER', 'Y' from dual union all
304+
select 'UT3.UT_REALTIME_REPORTER', 'Y' from dual union all
304305
select 'UT3.UT_SONAR_TEST_REPORTER', 'Y' from dual union all
305306
select 'UT3.UT_TEAMCITY_REPORTER', 'Y' from dual union all
306307
select 'UT3.UT_TFS_JUNIT_REPORTER', 'Y' from dual union all

0 commit comments

Comments
 (0)