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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8dabd6d669ed7263 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!indigo.octanews.net!news-out.octanews.net!mauve.octanews.net!news-out.readnews.com!postnews3.readnews.com!not-for-mail Date: Sun, 16 Mar 2008 07:14:46 -0400 From: "Peter C. Chapin" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Moving From AUnit V1 to V2 References: <9f4fd5a5-9940-481d-850d-bdd24821781e@e25g2000prg.googlegroups.com> In-Reply-To: <9f4fd5a5-9940-481d-850d-bdd24821781e@e25g2000prg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <47dd0124$0$11013$4d3efbfe@news.sover.net> Organization: SoVerNet (sover.net) NNTP-Posting-Host: 71066fac.news.sover.net X-Trace: DXC=ZBn\LFQPod;@lHcmJlVEQVEoIRWO X-Complaints-To: abuse@sover.net Xref: g2news1.google.com comp.lang.ada:20435 Date: 2008-03-16T07:14:46-04:00 List-Id: Michael Rohan wrote: > so I figured I'd just move to AUnit v2 (which was available with GPL > 2007). This update from V1 to V2 changed AUnit to a generic framework > which needs to be instantiated. Does anyone have recommendations on > the updates needed? The docs that came with V2 probably need some > updates. I moved from AUnit v1 to AUnit v2 in one of my projects but it was a while ago and I've forgotten exactly what was involved. I agree that the AUnit documentation is a bit lacking. I do remember that I ended up reading the AUnit source and looking at the examples to figure out what needed to be done. Sorry I'm not more helpful. Peter