]> git.ipfire.org Git - thirdparty/asterisk.git/commit
test.c: Make output jUnit compatible
authorGeorge Joseph <gjoseph@digium.com>
Fri, 6 Jul 2018 14:04:56 +0000 (08:04 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 6 Jul 2018 17:53:09 +0000 (11:53 -0600)
commit7666b803785057f32cde477955a174fe101f3b25
treeb18a27af03b0f1411b44537aaf0b463127845bec
parentb6a13f0fc24c82a4697f129490059b30cbaacdc1
test.c:  Make output jUnit compatible

Separate "name" into "classname" and "name".
Use '.' for classname separator instead of '/'.
Prefix reserved words with '_'.
Wrap output with a top-level "testsuites" element.

Change-Id: Iec1a985eba1c478e5c1d65d5dfd95cb708442099
main/test.c