IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 11:58:49 AM (21 years ago)
Author:
evanalst
Message:

Update test case for non-mutable lists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r3108 r3111  
    1818<DATE><TIME>|<HOST>|I|testListAdd
    1919    psListAdd shall add an element to list
     20<DATE><TIME>|<HOST>|I|testListAdd
     21    Following should generate an error for using NULL list.
    2022<DATE><TIME>|<HOST>|E|psListAdd (psList.c:<LINENO>)
    2123    Specified psList reference is NULL.
     24<DATE><TIME>|<HOST>|I|testListAdd
     25    Following should generate an error msg to add NULL data
    2226<DATE><TIME>|<HOST>|E|psListAdd (psList.c:<LINENO>)
    2327    Specified data item is NULL.
     
    2529    Following should error with invalid insert location
    2630<DATE><TIME>|<HOST>|E|psListIteratorSet (psList.c:<LINENO>)
    27     Specified location, -7, is invalid.
     31    Specified location, -6, is invalid.
    2832<DATE><TIME>|<HOST>|I|testListAdd
    2933    Following should be a warning.
     
    133137<DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>)
    134138    Specified iterator is NULL.
     139<DATE><TIME>|<HOST>|I|testListAddAfter
     140    Non-mutable list should generate error message
     141<DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>)
     142    Specified iterator indicates list is non-mutable.
    135143
    136144---> TESTPOINT PASSED (psList{psListAddAfter} | tst_psList.c)
     
    150158<DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>)
    151159    Specified iterator is NULL.
     160<DATE><TIME>|<HOST>|I|testListAddBefore
     161    Non-mutable list should generate error message
     162<DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>)
     163    Specified iterator indicates list is non-mutable.
    152164
    153165---> TESTPOINT PASSED (psList{psListAddBefore} | tst_psList.c)
Note: See TracChangeset for help on using the changeset viewer.