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: a07f3367d7,b81ef65f6fb639aa X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: set_output doesnt work for ASIS Run(Reporter) for text_reporter Date: Wed, 27 Oct 2010 22:03:54 +0100 Organization: A noiseless patient Spider Message-ID: References: <443608a0-b0f7-4973-b089-78047b130295@j18g2000yqd.googlegroups.com> <83368cee-e9d3-42c3-b877-a97e65916415@k22g2000yqh.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx03.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="15006"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ePXfO/Ntff1p1CYFNjzXETNLqEy+rEAY=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:tBD/tSjyhNx/aGaDzsh+zhqbqG8= sha1:5M+PbL3LGOUYOq9X87PlIstGIkg= Xref: g2news1.google.com comp.lang.ada:14861 Date: 2010-10-27T22:03:54+01:00 List-Id: stuart clark writes: > i just checked and gnat.io has a set_ouput(file). > > i still dont get why aunit uses gnat.io instead of ada.text_io??? As someone else said, this gives you the chance to separate your output from AUnit's. On the other hand, it may be to do with problems using Ada.Text_IO in a high-integrity environment? You can always write your own version of AUnit.Reporter.Text if you want (and the simplest change would of course be just to change GNAT.IO...)