IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:42:12 PM (14 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/jpeg

    • Property svn:ignore
      •  

        old new  
        99gmon.out
        1010tap_psImageJpeg
         11test-suite.log
  • trunk/psLib/test/jpeg/tap_psImageJpeg.c

    r29542 r42822  
    8282
    8383    // add elements to bDraw buffer
    84     bDrawSetBuffer(bdbuf);
     84    // XXX deprecated: bDrawSetBuffer(bdbuf);
    8585    bDrawColor red = KapaColorByName("red");
    86     bDrawSetStyle (red, 1, 0);
    87     bDrawCircle(40.0, 20.0, 3.0);
     86    bDrawSetStyle (bdbuf, red, 1, 0, 1.0);
     87    bDrawCircle(bdbuf, 40.0, 20.0, 3.0);
    8888
    8989    options->min = ZMIN;
Note: See TracChangeset for help on using the changeset viewer.