IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:42:12 PM (12 months ago)
Author:
eugene
Message:

remove old deprecated tests, add some new ones

Location:
trunk/psLib/test
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test

    • Property svn:ignore
      •  

        old new  
        66*.da
        77gmon.out
         8test.00.jpg
         9test.01.jpg
         10test.02.jpg
         11test.03.jpg
         12test.04.jpg
         13test.05.jpg
         14test.06.jpg
         15test.07.jpg
         16test.08.jpg
         17test.09.jpg
         18test.10.jpg
         19test.11.jpg
         20test.12.jpg
         21test.im.fits
         22test.mk.fits
         23test.sm1.fits
         24test.sm2.fits
         25test.sm3.fits
         26test.sm4.fits
         27tmpImages
         28tst_psTrace02_OUT
  • trunk/psLib/test/types

    • Property svn:ignore
      •  

        old new  
        1919test4.config
        2020test5.config
        21 tst_psArray
        22 tst_psBitSet
        23 tst_psHash00
        24 tst_psHash01
        25 tst_psHash02
        26 tst_psHash03
        27 tst_psHash04
        28 tst_psHash05
        29 tst_psList
        30 tst_psLookupTable_01
        31 tst_psMetadataIO
        32 tst_psMetadata_01
        33 tst_psMetadata_02
        34 tst_psMetadata_03
        35 tst_psMetadata_04
        36 tst_psMetadata_05
        37 tst_psMetadata_06
        38 tst_psMetadata_07
        39 tst_psPixels
        4021MDCopy.in
        4122MDCopy.out
         
        7657tap_psTree
        7758tap_psBits_all
         59test-suite.log
  • trunk/psLib/test/types/tap_psMetadataConfigFormat.c

    r17515 r42822  
    101101            "containing a NULL time.");
    102102        char configTest[32];
    103         strncpy(configTest, "time             TAI       NULL", 31);
     103        ps_strncpy_nowarn(configTest, "time             TAI       NULL", 31);
    104104        is_strn(configTest, out, 31,
    105105                "psMetadataConfigFormat:         return correct output string.");
  • trunk/psLib/test/types/tap_psMetadataConfigWrite.c

    r29929 r42822  
    7474        FILE *mdcfg = fopen("mdcfg.wrt", "r");
    7575        fgets(fileStr, 61, mdcfg);
    76         strncpy(configTest,
    77                 "item1-1          BOOL      T                # I am a boolean", 60);
     76        ps_strncpy_nowarn(configTest, "item1-1          BOOL      T                # I am a boolean", 60);
    7877        is_strn(configTest, fileStr, 60,
    7978                "return correct output.");
Note: See TracChangeset for help on using the changeset viewer.