IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 6:14:33 PM (19 years ago)
Author:
gusciora
Message:

Added tabular file of all psLib functions in Chapter 6 of the SDRS (Data
Manipulation). Most of the test file changes in this check-in are fairly
cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImageMaskOps.c

    r11729 r13123  
    33 *  @brief Contains the tests for psMaskOps.[ch]
    44 *
    5  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-02-09 20:40:22 $
     5 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-05-02 04:14:33 $
    77 *
    88 *  XXX: In general, the image tests with (1, N) and (N, 1) failed and have
     
    721721        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    722722    }
     723    // XXX: These seg fault
    723724    if (0) genericImageMaskCircleTest(N, 1, N/2, 1, N/4);
    724725    if (0) genericImageMaskCircleTest(1, N, 1, N/2, N/4);
     
    734735        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    735736    }
     737    // XXX: These seg fault
    736738    if (0) genericImageKeepCircleTest(N, 1, N/2, 1, N/4);
    737739    if (0) genericImageKeepCircleTest(1, N, 1, N/2, N/4);
Note: See TracChangeset for help on using the changeset viewer.