IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2004, 10:01:07 AM (22 years ago)
Author:
desonia
Message:

reset due to psError syntax changes.

Location:
trunk/psLib/test/collections/verified
Files:
5 edited

Legend:

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

    r1807 r2281  
    99<DATE><TIME>|<HOST>|I|testBitSet01a
    1010    Following is an error.
    11 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetAlloc
     11<DATE><TIME>|<HOST>|E|psBitSetAlloc (psBitSet.c:<LINENO>)
    1212    The number of bit in a psBitSet (-4) must be greater than zero.
    1313
     
    3232<DATE><TIME>|<HOST>|I|testBitSet01b
    3333    Following should be an error
    34 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetSet
     34<DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
    3535    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
    3636<DATE><TIME>|<HOST>|I|testBitSet01b
    3737    Following should be an error
    38 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetSet
     38<DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
    3939    The specified bit position (200) is invalid.  Position must be between 0 and 23.
    4040<DATE><TIME>|<HOST>|I|testBitSet01b
    4141    Following should be an error
    42 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetSet
     42<DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
    4343    Can not operate on a NULL psBitSet.
    4444
     
    5656<DATE><TIME>|<HOST>|I|testBitSet01c
    5757    Following should be an error
    58 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetTest
     58<DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
    5959    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
    6060<DATE><TIME>|<HOST>|I|testBitSet01c
    6161    Following should be an error
    62 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetTest
     62<DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
    6363    The specified bit position (200) is invalid.  Position must be between 0 and 23.
    6464<DATE><TIME>|<HOST>|I|testBitSet01c
    6565    Following should be an error
    66 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetTest
     66<DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
    6767    Can not operate on a NULL psBitSet.
    6868
     
    7777<DATE><TIME>|<HOST>|I|testBitSet06
    7878    Following should be an error
    79 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetOp
     79<DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
    8080    The psBitSet operand must be the same size.
    8181<DATE><TIME>|<HOST>|I|testBitSet06
    8282    Following is an error.
    83 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetOp
     83<DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
    8484    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
    8585<DATE><TIME>|<HOST>|I|testBitSet06
    8686    Following is an error.
    87 <DATE><TIME>|<HOST>|E|psLib.collections.psBitSetOp
     87<DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
    8888    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
    8989
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1761 r2281  
    3737<DATE><TIME>|<HOST>|I|testListGet
    3838    Following should be an error
    39 <DATE><TIME>|<HOST>|E|listSetIterator
    40     Unexpected null pointer for psList parameter (psList.c:<LINENO>).
     39<DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>)
     40    Unexpected null pointer for psList parameter.
    4141
    4242---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c)
     
    5050<DATE><TIME>|<HOST>|I|testListRemove
    5151    Following should be an error
    52 <DATE><TIME>|<HOST>|E|psListRemove
    53     list parameter found to be NULL in psListRemove
     52<DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>)
     53    list parameter found to be NULL.
    5454<DATE><TIME>|<HOST>|I|testListRemove
    5555    Next message should be an error
    56 <DATE><TIME>|<HOST>|E|psListRemove
     56<DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>)
    5757    Couldn't position to given index (-4) to remove element from list.
    5858<DATE><TIME>|<HOST>|I|testListRemove
    5959    Next message should be an error
    60 <DATE><TIME>|<HOST>|E|psListRemove
     60<DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>)
    6161    Couldn't position to given index (-2) to remove element from list.
    6262<DATE><TIME>|<HOST>|I|testListRemove
    6363    Next message should be an error
    64 <DATE><TIME>|<HOST>|E|psListRemove
     64<DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>)
    6565    Failed to find item in given psList.
    6666<DATE><TIME>|<HOST>|I|testListRemove
    6767    Next message should be an error
    68 <DATE><TIME>|<HOST>|E|psListRemove
     68<DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>)
    6969    Failed to find item in given psList.
    7070
     
    9090<DATE><TIME>|<HOST>|I|testListIterator
    9191    Following should error with 'Unexpected null pointer'
    92 <DATE><TIME>|<HOST>|E|listSetIterator
    93     Unexpected null pointer for psList parameter (psList.c:<LINENO>).
     92<DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>)
     93    Unexpected null pointer for psList parameter.
    9494<DATE><TIME>|<HOST>|I|testListIterator
    9595    Following should error with 'Can't move to an unknown position.'
    96 <DATE><TIME>|<HOST>|E|listSetIterator
     96<DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>)
    9797    Can't move to an unknown position.  Not moving the iterator position.
    9898
  • trunk/psLib/test/collections/verified/tst_psVector.stderr

    r1807 r2281  
    33<DATE><TIME>|<HOST>|I|main
    44    Following should be an error message.
    5 <DATE><TIME>|<HOST>|E|psLib.collections.psVectorRealloc
     5<DATE><TIME>|<HOST>|E|psVectorRealloc (psVector.c:<LINENO>)
    66    psVectorRealloc must a given a non-NULL psVector to resize.  Desired datatype unknown.
  • trunk/psLib/test/collections/verified/tst_psVectorSort_02.stderr

    r1807 r2281  
    1 <DATE><TIME>|<HOST>|E|psLib.collections.psVectorSortIndex
     1<DATE><TIME>|<HOST>|E|psVectorSortIndex (psVector.c:<LINENO>)
    22    Input psVector is an unsupported type (0).
  • trunk/psLib/test/collections/verified/tst_psVectorSort_04.stderr

    r1807 r2281  
    1 <DATE><TIME>|<HOST>|E|psLib.collections.psVectorSort
     1<DATE><TIME>|<HOST>|E|psVectorSort (psVector.c:<LINENO>)
    22    psVectorSort can not sort a NULL psVector.
Note: See TracChangeset for help on using the changeset viewer.