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];