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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added cleanup for test
  • Loading branch information
lwasylow committed May 12, 2018
commit ed952ebd7fe658d7b5d9b17fcc7f900d49f0f5f1
1 change: 1 addition & 0 deletions test/core/reporters/test_junit_reporter.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ create or replace package body test_junit_reporter as
execute immediate 'drop package check_junit_rep_suitepath';
execute immediate 'drop package tst_package_junit_nodesc';
execute immediate 'drop package tst_package_junit_nosuite';
execute immediate 'drop package Tst_Fix_Case_Sensitive';
reporters.reporters_cleanup;
end;
end;
Expand Down