IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

Location:
trunk/psLib/test/astronomy
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/builddir/tst_psMetadata_01.d

    r1391 r3682  
    1 builddir/tst_psMetadata_01.o: tst_psMetadata_01.c ../../include/pslib.h \
     1builddir/tst_psMetadata_01.o: tst_psMetadata_01.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/builddir/tst_psMetadata_02.d

    r1402 r3682  
    1 builddir/tst_psMetadata_02.o: tst_psMetadata_02.c ../../include/pslib.h \
     1builddir/tst_psMetadata_02.o: tst_psMetadata_02.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/builddir/tst_psMetadata_03.d

    r1412 r3682  
    1 builddir/tst_psMetadata_03.o: tst_psMetadata_03.c ../../include/pslib.h \
     1builddir/tst_psMetadata_03.o: tst_psMetadata_03.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/builddir/tst_psMetadata_04.d

    r1428 r3682  
    1 builddir/tst_psMetadata_04.o: tst_psMetadata_04.c ../../include/pslib.h \
     1builddir/tst_psMetadata_04.o: tst_psMetadata_04.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/builddir/tst_psMetadata_05.d

    r1444 r3682  
    1 builddir/tst_psMetadata_05.o: tst_psMetadata_05.c ../../include/pslib.h \
     1builddir/tst_psMetadata_05.o: tst_psMetadata_05.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/builddir/tst_psMetadata_06.d

    r1457 r3682  
    1 builddir/tst_psMetadata_06.o: tst_psMetadata_06.c ../../include/pslib.h \
     1builddir/tst_psMetadata_06.o: tst_psMetadata_06.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/builddir/tst_psTime_01.d

    r1434 r3682  
    1 builddir/tst_psTime_01.o: tst_psTime_01.c ../../include/pslib.h \
     1builddir/tst_psTime_01.o: tst_psTime_01.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/builddir/tst_psTime_02.d

    r1434 r3682  
    1 builddir/tst_psTime_02.o: tst_psTime_02.c ../../include/pslib.h \
     1builddir/tst_psTime_02.o: tst_psTime_02.c ../../include/pslib_strict.h \
    22  ../../include/psMemory.h ../../include/psLogMsg.h \
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
  • trunk/psLib/test/astronomy/tst_psAstrometry.c

    r3341 r3682  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-02-28 23:34:10 $
     7 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-07 20:27:41 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717
    1818#include "psTest.h"
    19 #include "pslib.h"
     19#include "pslib_strict.h"
    2020
    2121static psS32 testExposureAlloc(void);
     
    4040    psLogSetLevel(PS_LOG_INFO);
    4141
    42     return ! runTestSuite(stderr,"psImage",tests,argc,argv);
     42    return ! runTestSuite(stderr,"psAstrometry",tests,argc,argv);
    4343}
    4444
  • trunk/psLib/test/astronomy/tst_psAstrometry01.c

    r3638 r3682  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-04-01 22:22:17 $
     7*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-04-07 20:27:41 $
    99*
    1010* XXX: Must test
     
    2323
    2424#include "psTest.h"
    25 #include "pslib.h"
     25#include "pslib_strict.h"
    2626
    2727static psS32 test1( void );
  • trunk/psLib/test/astronomy/tst_psCoord.c

    r3471 r3682  
    66*  @author GLG, MHPCC
    77*
    8 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-03-22 01:36:47 $
     8*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-04-07 20:27:41 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1313
    1414#include "psTest.h"
    15 #include "pslib.h"
     15#include "pslib_strict.h"
    1616static psS32 testSphereTransformAlloc(void);
    1717static psS32 testPlaneTransformAlloc(void);
  • trunk/psLib/test/astronomy/tst_psCoord01.c

    r3472 r3682  
    66*    @author Eric Van Alst, MHPCC
    77*
    8 *    @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9 *    @date  $Date: 2005-03-22 01:37:31 $
     8*    @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9*    @date  $Date: 2005-04-07 20:27:41 $
    1010*
    1111*    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
    1212*/
    1313
    14 #include "pslib.h"
     14#include "pslib_strict.h"
    1515#include "psTest.h"
    1616
  • trunk/psLib/test/astronomy/tst_psDB.c

    r3598 r3682  
    99 *  @author Aaron Culliney, MHPCC
    1010 *
    11  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-03-31 23:01:46 $
     11 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-04-07 20:27:41 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525
    2626#include "psTest.h"
    27 #include "pslib.h"
     27#include "pslib_strict.h"
    2828
    2929#define STR_1 "hello world!"
  • trunk/psLib/test/astronomy/tst_psMetadataIO.c

    r3407 r3682  
    1414 *  @author  Robert DeSonia, MHPCC
    1515 *
    16  *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-03-11 20:38:56 $
     16 *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-04-07 20:27:41 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222
    2323#include <string.h>
    24 #include "pslib.h"
     24#include "pslib_strict.h"
    2525#include "psTest.h"
    2626
  • trunk/psLib/test/astronomy/tst_psMetadata_01.c

    r3407 r3682  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2005-03-11 20:38:56 $
     20*  @version $Revision: 1.24 $  $Name: not supported by cvs2svn $
     21*  @date  $Date: 2005-04-07 20:27:41 $
    2222*
    2323*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626
    2727#include <string.h>
    28 #include "pslib.h"
     28#include "pslib_strict.h"
    2929#include "psTest.h"
    3030
  • trunk/psLib/test/astronomy/tst_psMetadata_02.c

    r3407 r3682  
    1515 *  @author  Robert DeSonia, MHPCC
    1616 *
    17  *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
    18  *  @date  $Date: 2005-03-11 20:38:56 $
     17 *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
     18 *  @date  $Date: 2005-04-07 20:27:41 $
    1919 *
    2020 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2323
    2424#include <string.h>
    25 #include "pslib.h"
     25#include "pslib_strict.h"
    2626#include "psTest.h"
    2727
  • trunk/psLib/test/astronomy/tst_psMetadata_03.c

    r3407 r3682  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2005-03-11 20:38:56 $
     20*  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
     21*  @date  $Date: 2005-04-07 20:27:41 $
    2222*
    2323*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626
    2727#include <string.h>
    28 #include "pslib.h"
     28#include "pslib_strict.h"
    2929#include "psTest.h"
    3030
  • trunk/psLib/test/astronomy/tst_psMetadata_04.c

    r3407 r3682  
    2323*  @author  Ross Harman, MHPCC
    2424*
    25 *  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
    26 *  @date  $Date: 2005-03-11 20:38:56 $
     25*  @version $Revision: 1.18 $  $Name: not supported by cvs2svn $
     26*  @date  $Date: 2005-04-07 20:27:41 $
    2727*
    2828*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131
    3232#include <string.h>
    33 #include "pslib.h"
     33#include "pslib_strict.h"
    3434#include "psTest.h"
    3535
  • trunk/psLib/test/astronomy/tst_psMetadata_05.c

    r3445 r3682  
    2222*  @author  Ross Harman, MHPCC
    2323*
    24 *  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
    25 *  @date  $Date: 2005-03-17 19:44:44 $
     24*  @version $Revision: 1.24 $  $Name: not supported by cvs2svn $
     25*  @date  $Date: 2005-04-07 20:27:41 $
    2626*
    2727*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030
    3131#include <string.h>
    32 #include "pslib.h"
     32#include "pslib_strict.h"
    3333#include "psTest.h"
    3434
  • trunk/psLib/test/astronomy/tst_psMetadata_06.c

    r3407 r3682  
    1313*  @author  Ross Harman, MHPCC
    1414*
    15 *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    16 *  @date  $Date: 2005-03-11 20:38:56 $
     15*  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     16*  @date  $Date: 2005-04-07 20:27:41 $
    1717*
    1818*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121
    2222#include <string.h>
    23 #include "pslib.h"
     23#include "pslib_strict.h"
    2424#include "psTest.h"
    2525
  • trunk/psLib/test/astronomy/tst_psMetadata_07.c

    r3341 r3682  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2005-02-28 23:34:10 $
     11*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2005-04-07 20:27:41 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616*/
    1717#include "config.h"
    18 #include "pslib.h"
     18#include "pslib_strict.h"
    1919#include "psTest.h"
    2020
  • trunk/psLib/test/astronomy/tst_psTime_01.c

    r3264 r3682  
    2323 *  @author  Ross Harman, MHPCC
    2424 *
    25  *  @version $Revision: 1.20 $  $Name: not supported by cvs2svn $
    26  *  @date  $Date: 2005-02-17 19:26:24 $
     25 *  @version $Revision: 1.21 $  $Name: not supported by cvs2svn $
     26 *  @date  $Date: 2005-04-07 20:27:41 $
    2727 *
    2828 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131
    3232#include <string.h>
    33 #include "pslib.h"
     33#include "pslib_strict.h"
    3434#include "psTest.h"
    3535
  • trunk/psLib/test/astronomy/tst_psTime_02.c

    r3264 r3682  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2005-02-17 19:26:24 $
     12 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2005-04-07 20:27:41 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717 */
    1818
    19 #include "pslib.h"
     19#include "pslib_strict.h"
    2020#include "psTest.h"
    2121
  • trunk/psLib/test/astronomy/tst_psTime_03.c

    r3264 r3682  
    1919 *  @author  Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    22  *  @date  $Date: 2005-02-17 19:26:24 $
     21 *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     22 *  @date  $Date: 2005-04-07 20:27:41 $
    2323 *
    2424 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626 */
    2727
    28 #include "pslib.h"
     28#include "pslib_strict.h"
    2929#include "psTest.h"
    3030
  • trunk/psLib/test/astronomy/tst_psTime_04.c

    r3264 r3682  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-02-17 19:26:24 $
     16 *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-04-07 20:27:41 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222#include "config.h"
    2323
    24 #include "pslib.h"
     24#include "pslib_strict.h"
    2525#include "psTest.h"
    2626
  • trunk/psLib/test/astronomy/verified/tst_psAstrometry.stderr

    r2063 r3682  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psAstrometry.c                                         *
    3 *            TestPoint: psImage{psExposureAlloc}                                   *
     3*            TestPoint: psAstrometry{psExposureAlloc}                              *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
    66
    77
    8 ---> TESTPOINT PASSED (psImage{psExposureAlloc} | tst_psAstrometry.c)
     8---> TESTPOINT PASSED (psAstrometry{psExposureAlloc} | tst_psAstrometry.c)
    99
    1010/***************************** TESTPOINT ******************************************\
    1111*             TestFile: tst_psAstrometry.c                                         *
    12 *            TestPoint: psImage{psObservatoryAlloc}                                *
     12*            TestPoint: psAstrometry{psObservatoryAlloc}                           *
    1313*             TestType: Positive                                                   *
    1414\**********************************************************************************/
    1515
    1616
    17 ---> TESTPOINT PASSED (psImage{psObservatoryAlloc} | tst_psAstrometry.c)
     17---> TESTPOINT PASSED (psAstrometry{psObservatoryAlloc} | tst_psAstrometry.c)
    1818
    1919/***************************** TESTPOINT ******************************************\
    2020*             TestFile: tst_psAstrometry.c                                         *
    21 *            TestPoint: psImage{psFPAAlloc}                                        *
     21*            TestPoint: psAstrometry{psFPAAlloc}                                   *
    2222*             TestType: Positive                                                   *
    2323\**********************************************************************************/
    2424
    2525
    26 ---> TESTPOINT PASSED (psImage{psFPAAlloc} | tst_psAstrometry.c)
     26---> TESTPOINT PASSED (psAstrometry{psFPAAlloc} | tst_psAstrometry.c)
    2727
    2828/***************************** TESTPOINT ******************************************\
    2929*             TestFile: tst_psAstrometry.c                                         *
    30 *            TestPoint: psImage{psChipAlloc}                                       *
     30*            TestPoint: psAstrometry{psChipAlloc}                                  *
    3131*             TestType: Positive                                                   *
    3232\**********************************************************************************/
    3333
    3434
    35 ---> TESTPOINT PASSED (psImage{psChipAlloc} | tst_psAstrometry.c)
     35---> TESTPOINT PASSED (psAstrometry{psChipAlloc} | tst_psAstrometry.c)
    3636
    3737/***************************** TESTPOINT ******************************************\
    3838*             TestFile: tst_psAstrometry.c                                         *
    39 *            TestPoint: psImage{psCellAlloc}                                       *
     39*            TestPoint: psAstrometry{psCellAlloc}                                  *
    4040*             TestType: Positive                                                   *
    4141\**********************************************************************************/
    4242
    4343
    44 ---> TESTPOINT PASSED (psImage{psCellAlloc} | tst_psAstrometry.c)
     44---> TESTPOINT PASSED (psAstrometry{psCellAlloc} | tst_psAstrometry.c)
    4545
    4646/***************************** TESTPOINT ******************************************\
    4747*             TestFile: tst_psAstrometry.c                                         *
    48 *            TestPoint: psImage{psReadoutAlloc}                                    *
     48*            TestPoint: psAstrometry{psReadoutAlloc}                               *
    4949*             TestType: Positive                                                   *
    5050\**********************************************************************************/
    5151
    5252
    53 ---> TESTPOINT PASSED (psImage{psReadoutAlloc} | tst_psAstrometry.c)
     53---> TESTPOINT PASSED (psAstrometry{psReadoutAlloc} | tst_psAstrometry.c)
    5454
Note: See TracChangeset for help on using the changeset viewer.