IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 2:06:26 PM (20 years ago)
Author:
drobbin
Message:

Edited psStringSubstitute test for errors. Added tap_psMetaItemComp to Makefile and added pstap.h for future tap testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psStringSubstitute.c

    r8224 r8234  
    2929        ok(input && strcmp(input, ORIGINAL) == 0, "output = %s", input);
    3030        //        psFree(input);
    31         ok(psMemCheckLeaks(0, NULL, stdout, false) == 0, "Memory Leaks");
     31        //        ok(psMemCheckLeaks(0, NULL, stdout, false) == 0, "Memory Leaks");
     32        mem();
    3233    }
    3334
     
    3839        ok(output && strcmp(output, CORRECTED) == 0, "output = %s", output);
    3940        psFree(output);
     41        mem();
    4042    }
    4143
     
    4648        ok(output && strcmp(output, CORRECTED) == 0, "output = %s", output);
    4749        psFree(output);
     50        mem();
    4851    }
    4952
     
    5255        psString output = psStringSubstitute(NULL, "XXX", ",");
    5356        ok(!output, "output = %s", output);
     57        mem();
    5458    }
    5559
     
    6064        ok(output && strcmp(output, input) == 0, "output = %s", output);
    6165        psFree(output);
     66        mem();
    6267    }
    6368
     
    6873        ok(output && strcmp(output, "This is! a! test case! to check.") == 0, "output = %s", output);
    6974        psFree(output);
     75        mem();
    7076    }
    7177
     
    7884           "output = %s", output);
    7985        psFree(output);
     86        mem();
    8087    }
    8188
Note: See TracChangeset for help on using the changeset viewer.