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 28a1a73 commit 010b8fdCopy full SHA for 010b8fd
1 file changed
test/api/test_ut_runner.pkb
@@ -301,6 +301,7 @@ end;';
301
select 'UT3.UT_COVERALLS_REPORTER', 'Y' from dual union all
302
select 'UT3.UT_DOCUMENTATION_REPORTER', 'Y' from dual union all
303
select 'UT3.UT_JUNIT_REPORTER', 'Y' from dual union all
304
+ select 'UT3.UT_REALTIME_REPORTER', 'Y' from dual union all
305
select 'UT3.UT_SONAR_TEST_REPORTER', 'Y' from dual union all
306
select 'UT3.UT_TEAMCITY_REPORTER', 'Y' from dual union all
307
select 'UT3.UT_TFS_JUNIT_REPORTER', 'Y' from dual union all
0 commit comments