Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 44537 invoked from network); 2 May 2004 07:34:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 May 2004 07:34:19 -0000 Received: (qmail 46136 invoked by uid 500); 2 May 2004 07:33:54 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 46035 invoked by uid 500); 2 May 2004 07:33:54 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 83004 invoked from network); 1 May 2004 22:13:50 -0000 X-T2-Posting-ID: I3uAWNaAaFOnrShjzCFCeRdx5Qf7nHWq5K67hT4fsOE= From: "Nicolas Belan" To: Subject: RE: Test suite done. Date: Sun, 2 May 2004 00:13:50 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am currently using CuTest for a project. When a test fails, I added __LINE__ __FILE__ as argument of functions to get the exact place where it failes. I know, this is just a detail, but it could be nice that something could be added to the new framework . Nicolas > -----Message d'origine----- > De : rbb@rkbloom.net [mailto:rbb@rkbloom.net] > Envoye : samedi 1 mai 2004 20:38 > A : dev@apr.apache.org > Objet : Test suite done. > > > > The new test framework is essentially done. There are some features I > would still like to add. However, the suite has feature parity with the > CuTest framework that we are currently using. The suite was written from > scratch, but it has many of the same advantages of the CuTest framework > (ie small, fast, and unobtrusive), but it fixes many of the CuTest issues. > > An example of how the suite works can be found at: > > https://rkbloom.dyndns.org:444/abts/ > > Just look at test.c or test1.c for the actual test suite code. If nobody > complains, I will create a simple script to migrate our existing test > suite to this framework. If anybody has automated scripts that are using > the output, this change will break those scripts. > > Ryan > > >