IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12318


Ignore:
Timestamp:
Mar 8, 2007, 10:39:11 AM (19 years ago)
Author:
Paul Price
Message:

Fixing test 59 for the correct return value for NULL comparison function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/types/tap_psList_all.c

    r10822 r12318  
    510510        psList *tempList = NULL;
    511511        tempList = psListSort(list, NULL);
    512         ok( tempList == list,
    513             "psListSort:             return unchanged list for NULL psComparePtrFunc.");
     512        ok( tempList == NULL,
     513            "psListSort:             return NULL for NULL psComparePtrFunc.");
    514514    }
    515515
Note: See TracChangeset for help on using the changeset viewer.