Skip to content

Commit d2a9272

Browse files
committed
Updates to Junit fix.
1 parent a9e2fbe commit d2a9272

4 files changed

Lines changed: 1 addition & 9 deletions

File tree

docs/about/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| Robert Love | [rlove](https://github.com/rlove)
1212
| Vinicius Avellar | [viniciusam](https://github.com/viniciusam/)
1313
| Samuel Nitsche | [pesse](https://github.com/pesse/)
14+
| Lukasz Wasylow | [lwasylow](https://github.com/lwasylow/)
1415

1516

1617

source/reporters/ut_xunit_reporter.tpb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ create or replace type body ut_xunit_reporter is
2222
return;
2323
end;
2424

25-
overriding member procedure after_calling_run(self in out nocopy ut_xunit_reporter, a_run in ut_run) is
26-
begin
27-
(self as ut_junit_reporter).after_calling_run(a_run);
28-
end;
29-
3025
overriding member function get_description return varchar2 as
3126
begin
3227
return 'Depracated reporter. Please use Junit.

source/reporters/ut_xunit_reporter.tps

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ create or replace type ut_xunit_reporter under ut_junit_reporter(
2222
*/
2323
constructor function ut_xunit_reporter(self in out nocopy ut_xunit_reporter) return self as result,
2424

25-
overriding member procedure after_calling_run(self in out nocopy ut_xunit_reporter, a_run in ut_run),
26-
2725
overriding member function get_description return varchar2
2826
)
2927
not final

source/uninstall.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ drop synonym be_true;
5454

5555
drop synonym equal;
5656

57-
drop synonym ut_xunit_reporter;
58-
5957
drop type ut_coveralls_reporter force;
6058

6159
drop type ut_coverage_sonar_reporter force;

0 commit comments

Comments
 (0)