Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 86561 invoked by uid 500); 31 Dec 2002 19:38:31 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 86549 invoked from network); 31 Dec 2002 19:38:31 -0000 Date: 31 Dec 2002 19:38:30 -0000 Message-ID: <20021231193830.35780.qmail@icarus.apache.org> From: wrowe@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test CuTest.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2002/12/31 11:38:30 Modified: test CuTest.c Log: I like Ryan's formatting of the notimpl stuff, do the same for failure. Revision Changes Path 1.17 +1 -1 apr/test/CuTest.c Index: CuTest.c =================================================================== RCS file: /home/cvs/apr/test/CuTest.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- CuTest.c 19 Dec 2002 01:49:17 -0000 1.16 +++ CuTest.c 31 Dec 2002 19:38:30 -0000 1.17 @@ -323,7 +323,7 @@ if (testSuite->failCount != 0 && verbose) { - CuStringAppendFormat(details, "Failed tests in %s:\n", testSuite->name); + CuStringAppendFormat(details, "\nFailed tests in %s:\n", testSuite->name); for (i = 0 ; i < testSuite->count ; ++i) { CuTest* testCase = testSuite->list[i];