IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:50:20 PM (14 months ago)
Author:
eugene
Message:

remove deprecated tests and fix tap versions

Location:
trunk/psModules/test/astrom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom

    • Property svn:ignore
      •  

        old new  
        1111tap_pmAstrometryWCS_DVO3
        1212tap_pmAstrometryWCS_DVO4
         13test-suite.log
  • trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO2.c

    r21220 r42828  
    572572    psMetadata *header = psMetadataAlloc();
    573573
    574     sprintf (name, "RA--%s", &coords[0].ctype[4]);
     574    ps_snprintf_nowarn (name, 16, "RA--%s", &coords[0].ctype[4]);
    575575    psMetadataAddStr (header, PS_LIST_TAIL, "CTYPE1", PS_META_REPLACE, "", name);
    576     sprintf (name, "DEC-%s", &coords[0].ctype[4]);
     576    ps_snprintf_nowarn (name, 16, "DEC-%s", &coords[0].ctype[4]);
    577577    psMetadataAddStr (header, PS_LIST_TAIL, "CTYPE2", PS_META_REPLACE, "", name);
    578578
Note: See TracChangeset for help on using the changeset viewer.