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

Skip to content

Commit 93e4ea8

Browse files
add xml_header attribute, used for each produced document
1 parent b05760d commit 93e4ea8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

source/reporters/ut_realtime_reporter.tps

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ create or replace type ut_realtime_reporter force under ut_output_reporter_base(
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
*/
18+
19+
/**
20+
* Cached XML header to be used for every XML document
21+
*/
22+
xml_header varchar2(4000),
1823

1924
/**
2025
* Total number of all tests in the run (incl. disabled tests).

0 commit comments

Comments
 (0)