IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11689


Ignore:
Timestamp:
Feb 7, 2007, 3:22:08 PM (19 years ago)
Author:
gusciora
Message:

No changes made.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tap_psEarthOrientation_motion.c

    r9976 r11689  
    2828int main(void)
    2929{
     30    psLogSetFormat("HLNM");
     31    psLogSetLevel(PS_LOG_INFO);
    3032    plan_tests(48);
    3133
  • trunk/psLib/test/imageops/tap_psImageSmooth.c

    r11181 r11689  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-01-19 20:49:05 $
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-02-08 01:22:08 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    156156    psLogSetFormat("HLNM");
    157157    psLogSetLevel(PS_LOG_INFO);
    158     plan_tests(24);
     158    plan_tests(14);
    159159
    160160    ok(testImageSmoothGeneric(TS00_IM_F32, NUM_COLS, NUM_ROWS, SIGMA, NSIGMA, true), "testImageSmoothGeneric() successful");
Note: See TracChangeset for help on using the changeset viewer.