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:
3 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/sys

    • Property svn:ignore
      •  

        old new  
        2929tap_psString
        3030tap_psTrace
         31test-suite.log
  • trunk/psLib/test/sys/tap_psMemory.c

    r41171 r42822  
    428428
    429429        psPlaneTransform *planeTransform;
    430         planeTransform = psPlaneTransformAlloc(1, 1);
     430        planeTransform = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD);
    431431        okay = psMemCheckType(PS_DATA_PLANETRANSFORM, planeTransform);
    432432        if (!okay ) psFree(planeTransform);
Note: See TracChangeset for help on using the changeset viewer.