IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 11:29:56 AM (22 years ago)
Author:
harman
Message:

Added more test points

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psBitSet_06.c

    r952 r957  
    77 *     B)  Perform invalid binary operation with psBitSets
    88 *     C)  Attempt to create negative size bitset
    9  *     D)  Free psBitSets
     9 *     D   Attempt to free null BitSet
     10 *     E)  Free psBitSets
    1011 *
    1112 *  @author  Ross Harman, MHPCC
    1213 *
    13  *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    14  *  @date  $Date: 2004-06-09 21:18:53 $
     14 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2004-06-09 21:29:56 $
    1516 *
    1617 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5556
    5657
    57     // Test D - Free psBitSets
     58    // Test D - Attempt to free null BitSet
     59    printNegativeTestHeader(stdout,"psBitSet", "Attempt to free null BitSet",
     60                            "Null psBitSet for inBitSet argument", 0);
     61    psBitSetFree(NULL);
     62    printFooter(stdout, "psBitSet", "Attempt to free null BitSet", true);
     63
     64
     65    // Test E - Free psBitSets
    5866    printPositiveTestHeader(stdout, "psBitSet", "Free psBitSets");
    5967    psBitSetFree(bs1);
Note: See TracChangeset for help on using the changeset viewer.