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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.