IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2004, 10:36:10 AM (22 years ago)
Author:
harman
Message:

Realigned text box for extra negative test banner length

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/psTest.c

    r539 r575  
    1919#include "psAbort.h"
    2020
    21 #define HEADER_TOP    "/----------------------------- TESTPOINT --------------------------------\\\n"
    22 #define HEADER_LINE_STRING   "| %10s: %-58s |\n"
    23 #define HEADER_LINE_INT      "| %10s: %-58d |\n"
    24 #define HEADER_BOTTOM "\\------------------------------------------------------------------------/\n\n"
     21#define HEADER_TOP    "/----------------------------- TESTPOINT ------------------------------------------\\\n"
     22#define HEADER_LINE_STRING   "| %20s: %-58s |\n"
     23#define HEADER_LINE_INT      "| %20s: %-58d |\n"
     24#define HEADER_BOTTOM "\\----------------------------------------------------------------------------------/\n\n"
    2525
    2626bool p_runTestSuite(FILE *fp, const char* testPointFile, const char* packageName, testDescription tests[])
Note: See TracChangeset for help on using the changeset viewer.