IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12440


Ignore:
Timestamp:
Mar 14, 2007, 11:22:34 AM (19 years ago)
Author:
gusciora
Message:

Modified the plan_tests() arg only.

Location:
trunk/psLib/test
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImageGeomManip.c

    r12431 r12440  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-03-14 00:39:51 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-03-14 21:20:28 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    118118    psLogSetFormat("HLNM");
    119119    psLogSetLevel(PS_LOG_INFO);
    120     plan_tests(226);
     120    plan_tests(224);
    121121
    122122    // testImageRebin()
  • trunk/psLib/test/imageops/tap_psImageInterpolate.c

    r12431 r12440  
    55 * @author Eric Van Alst, MHPCC
    66 *
    7  * @version $Revision: 1.2 $
     7 * @version $Revision: 1.3 $
    88 *          $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-03-14 00:39:51 $
     9 * @date $Date: 2007-03-14 21:20:28 $
    1010 *
    1111 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5353    psLogSetFormat("HLNM");
    5454    psLogSetLevel(PS_LOG_INFO);
    55     plan_tests(57);
     55    plan_tests(53);
    5656
    5757    // testInterpolateFlatBilinear(void)
  • trunk/psLib/test/imageops/tap_psImagePixelManip.c

    r12431 r12440  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-03-14 00:39:51 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-03-14 21:20:28 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222    psLogSetFormat("HLNM");
    2323    psLogSetLevel(PS_LOG_INFO);
    24     plan_tests(86);
     24    plan_tests(47);
    2525
    2626    // testImageClip()
  • trunk/psLib/test/mathtypes/tap_psScalar.c

    r12431 r12440  
    55 *  @author Eric Van Alst, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $
     7 *  @version $Revision: 1.3 $
    88 *           $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-03-14 00:39:51 $
     9 *  @date $Date: 2007-03-14 21:21:49 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4949int main(void)
    5050{
    51     plan_tests(51);
     51    plan_tests(43);
    5252
    5353    void testScalarAlloc();
  • trunk/psLib/test/mathtypes/tap_psVector.c

    r12431 r12440  
    88int main (void)
    99{
    10     plan_tests(211);
     10    plan_tests(209);
    1111
    1212    diag("psVectorAlloc() tests");
  • trunk/psLib/test/types/tap_psMetadata_printing.c

    r12431 r12440  
    2424int main(void)
    2525{
    26     plan_tests(30);
     26    plan_tests(29);
    2727
    2828    note("psMetadataPrint and psMetadataItemPrint tests");
Note: See TracChangeset for help on using the changeset viewer.