From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c9ff237e99c53f14 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!a13g2000yqc.googlegroups.com!not-for-mail From: "gregory.boissinot@gmail.com" Newsgroups: comp.lang.ada Subject: Re: AUnit XML output and NUnit? Date: Sun, 26 Jul 2009 09:53:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <92230f51-3e56-4a84-b5ec-d4258f88c823@a13g2000yqc.googlegroups.com> References: <47051bf5-d2cc-4af2-afe8-703e2a79fb1a@y6g2000prf.googlegroups.com> NNTP-Posting-Host: 82.67.167.196 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1248627218 829 127.0.0.1 (26 Jul 2009 16:53:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 26 Jul 2009 16:53:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a13g2000yqc.googlegroups.com; posting-host=82.67.167.196; posting-account=hYC5GQoAAADG3WgFoD-4IPRRJFMG-XcH User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7366 Date: 2009-07-26T09:53:38-07:00 List-Id: The Nunit Hudson plugin is only for a Nunit XML format. So it=92s not suitable for a Aunit result. The XML format used with Aunit matches the one used by CppUnit. You could use the Hudson CppUnit plugin http://wiki.hudson-ci.org/display/HUDSON/Cppunit+Plugin Otherwise, there is a Hudson Plugin dedicated for Ada language. This plugin is the gnat plugin http://wiki.hudson-ci.org/display/HUDSON/gnat+Plugin Your feedback will be very much appreciated. Currently, the plugin parses only AUnit text result but the support of an Aunit xml format is scheduled. Nevertheless, implement an XML_Reporter generating a JUnit style XML test result is a good idea. Please, could you share the code? Thanks Regards Gregory Boissinot On Jun 25, 6:57=A0am, Michael Rohan wrote: > Hi Folks, > > Never mind, I simply implemented an XML_Reporter generating a JUnit > style XML > test result. > > Take care, > Michael.