IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2005, 2:04:58 PM (21 years ago)
Author:
desonia
Message:

moved around some files and modified FullUnitTest to use runTest.

Location:
trunk/psLib/test/collections
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections

    • Property svn:ignore
      •  

        old new  
        3737tst_psArray01
        3838tst_psScalar
         39tst_psMetadata05_OUT
         40tst_psMetadata_01
         41tst_psMetadata_02
         42tst_psMetadata_03
         43tst_psMetadata_04
         44tst_psMetadata_05
         45tst_psMetadata_06
         46tst_psMetadata_07
         47tst_psMetadataIO
         48header_1.fits
         49header_2.fits
         50test.config
  • trunk/psLib/test/collections/tst_psHash03.c

    r3682 r3690  
    2626
    2727    id = psAlloc(sizeof(ID));
    28     p_psMemSetDeallocator(id,(psFreeFcn)IdFree);
     28    psMemSetDeallocator(id,(psFreeFcn)IdFree);
    2929
    3030    id->name = psStringCopy(name);
Note: See TracChangeset for help on using the changeset viewer.