IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2004, 11:59:03 AM (22 years ago)
Author:
desonia
Message:

changed the format of the log message, per bugzilla report #189.

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

Legend:

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

    r1404 r1761  
    1 <DATE><TIME>|<HOST>|E|   psBitSetTest| : Line <LINENO> - Bit position too small: -4
    2 <DATE><TIME>|<HOST>|E|   psBitSetTest| : Line <LINENO> - Bit position too large: 200
    3 <DATE><TIME>|<HOST>|E|   psBitSetTest| : Line <LINENO> - Null psBitSet for inBitSet argument
    4 <DATE><TIME>|<HOST>|E|    psBitSetSet| : Line <LINENO> - Bit position too small: -4
    5 <DATE><TIME>|<HOST>|E|    psBitSetSet| : Line <LINENO> - Bit position too large: 200
    6 <DATE><TIME>|<HOST>|E|    psBitSetSet| : Line <LINENO> - Null psBitSet for inBitSet argument
     1<DATE><TIME>|<HOST>|E|psBitSetTest
     2     : Line <LINENO> - Bit position too small: -4
     3<DATE><TIME>|<HOST>|E|psBitSetTest
     4     : Line <LINENO> - Bit position too large: 200
     5<DATE><TIME>|<HOST>|E|psBitSetTest
     6     : Line <LINENO> - Null psBitSet for inBitSet argument
     7<DATE><TIME>|<HOST>|E|psBitSetSet
     8     : Line <LINENO> - Bit position too small: -4
     9<DATE><TIME>|<HOST>|E|psBitSetSet
     10     : Line <LINENO> - Bit position too large: 200
     11<DATE><TIME>|<HOST>|E|psBitSetSet
     12     : Line <LINENO> - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr

    r1404 r1761  
    1 <DATE><TIME>|<HOST>|E|     psBitSetOp| : Line <LINENO> - psBitSet sizes not the same
     1<DATE><TIME>|<HOST>|E|psBitSetOp
     2     : Line <LINENO> - psBitSet sizes not the same
  • trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr

    r1404 r1761  
    1 <DATE><TIME>|<HOST>|E|     psBitSetOp| : Line <LINENO> - Invalid psBitMask binary operation: ZZXOR
    2 <DATE><TIME>|<HOST>|E|  psBitSetAlloc| : Line <LINENO> - Allocation size must be > 0: size = -4
     1<DATE><TIME>|<HOST>|E|psBitSetOp
     2     : Line <LINENO> - Invalid psBitMask binary operation: ZZXOR
     3<DATE><TIME>|<HOST>|E|psBitSetAlloc
     4     : Line <LINENO> - Allocation size must be > 0: size = -4
  • trunk/psLib/test/collections/verified/tst_psBitSet_08.stderr

    r1404 r1761  
    1 <DATE><TIME>|<HOST>|E|    psBitSetNot| : Line <LINENO> - Null psBitSet for inBitSet argument
     1<DATE><TIME>|<HOST>|E|psBitSetNot
     2     : Line <LINENO> - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1729 r1761  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
     7<DATE><TIME>|<HOST>|I|testListAlloc
     8    psListAlloc shall create a psList with either 0 or 1 element.
    89
    910---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c)
     
    1516\**********************************************************************************/
    1617
    17 <DATE><TIME>|<HOST>|I|    testListAdd|psListAdd shall add an element to list
    18 <DATE><TIME>|<HOST>|I|    testListAdd|Following should error with invalid insert location
    19 <DATE><TIME>|<HOST>|W|      psListAdd|The given insert location (-10) for psListAdd is invalid.
    20 <DATE><TIME>|<HOST>|I|    testListAdd|Following should be a warning.
    21 <DATE><TIME>|<HOST>|W|      psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail.
     18<DATE><TIME>|<HOST>|I|testListAdd
     19    psListAdd shall add an element to list
     20<DATE><TIME>|<HOST>|I|testListAdd
     21    Following should error with invalid insert location
     22<DATE><TIME>|<HOST>|W|psListAdd
     23    The given insert location (-10) for psListAdd is invalid.
     24<DATE><TIME>|<HOST>|I|testListAdd
     25    Following should be a warning.
     26<DATE><TIME>|<HOST>|W|psListAdd
     27    Invalid index 9 (only 6 elements in psList); assuming tail.
    2228
    2329---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c)
     
    2935\**********************************************************************************/
    3036
    31 <DATE><TIME>|<HOST>|I|    testListGet|Following should be an error
    32 <DATE><TIME>|<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:<LINENO>).
     37<DATE><TIME>|<HOST>|I|testListGet
     38    Following should be an error
     39<DATE><TIME>|<HOST>|E|listSetIterator
     40    Unexpected null pointer for psList parameter (psList.c:<LINENO>).
    3341
    3442---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c)
     
    4048\**********************************************************************************/
    4149
    42 <DATE><TIME>|<HOST>|I| testListRemove|Following should be an error
    43 <DATE><TIME>|<HOST>|E|   psListRemove|list parameter found to be NULL in psListRemove
    44 <DATE><TIME>|<HOST>|I| testListRemove|Next message should be an error
    45 <DATE><TIME>|<HOST>|E|   psListRemove|Couldn't position to given index (-4) to remove element from list.
    46 <DATE><TIME>|<HOST>|I| testListRemove|Next message should be an error
    47 <DATE><TIME>|<HOST>|E|   psListRemove|Couldn't position to given index (-2) to remove element from list.
    48 <DATE><TIME>|<HOST>|I| testListRemove|Next message should be an error
    49 <DATE><TIME>|<HOST>|E|   psListRemove|Failed to find item in given psList.
    50 <DATE><TIME>|<HOST>|I| testListRemove|Next message should be an error
    51 <DATE><TIME>|<HOST>|E|   psListRemove|Failed to find item in given psList.
     50<DATE><TIME>|<HOST>|I|testListRemove
     51    Following should be an error
     52<DATE><TIME>|<HOST>|E|psListRemove
     53    list parameter found to be NULL in psListRemove
     54<DATE><TIME>|<HOST>|I|testListRemove
     55    Next message should be an error
     56<DATE><TIME>|<HOST>|E|psListRemove
     57    Couldn't position to given index (-4) to remove element from list.
     58<DATE><TIME>|<HOST>|I|testListRemove
     59    Next message should be an error
     60<DATE><TIME>|<HOST>|E|psListRemove
     61    Couldn't position to given index (-2) to remove element from list.
     62<DATE><TIME>|<HOST>|I|testListRemove
     63    Next message should be an error
     64<DATE><TIME>|<HOST>|E|psListRemove
     65    Failed to find item in given psList.
     66<DATE><TIME>|<HOST>|I|testListRemove
     67    Next message should be an error
     68<DATE><TIME>|<HOST>|E|psListRemove
     69    Failed to find item in given psList.
    5270
    5371---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c)
     
    6886\**********************************************************************************/
    6987
    70 <DATE><TIME>|<HOST>|I|+stListIterator| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
    71 <DATE><TIME>|<HOST>|I|+stListIterator|Following should error with 'Unexpected null pointer'
    72 <DATE><TIME>|<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:<LINENO>).
    73 <DATE><TIME>|<HOST>|I|+stListIterator|Following should error with 'Can't move to an unknown position.'
    74 <DATE><TIME>|<HOST>|E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
     88<DATE><TIME>|<HOST>|I|testListIterator
     89     psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
     90<DATE><TIME>|<HOST>|I|testListIterator
     91    Following should error with 'Unexpected null pointer'
     92<DATE><TIME>|<HOST>|E|listSetIterator
     93    Unexpected null pointer for psList parameter (psList.c:<LINENO>).
     94<DATE><TIME>|<HOST>|I|testListIterator
     95    Following should error with 'Can't move to an unknown position.'
     96<DATE><TIME>|<HOST>|E|listSetIterator
     97    Can't move to an unknown position.  Not moving the iterator position.
    7598
    7699---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c)
  • trunk/psLib/test/collections/verified/tst_psVector.stderr

    r1404 r1761  
    1 <DATE><TIME>|<HOST>|I|           main|Following should be an error message.
    2 <DATE><TIME>|<HOST>|E|  psVectorAlloc|Invalid value for nalloc. nalloc: 0
    3 <DATE><TIME>|<HOST>|I|           main|Following should be an error message.
    4 <DATE><TIME>|<HOST>|E|psVectorRealloc|Null input vector
     1<DATE><TIME>|<HOST>|I|main
     2    Following should be an error message.
     3<DATE><TIME>|<HOST>|E|psVectorAlloc
     4    Invalid value for nalloc. nalloc: 0
     5<DATE><TIME>|<HOST>|I|main
     6    Following should be an error message.
     7<DATE><TIME>|<HOST>|E|psVectorRealloc
     8    Null input vector
  • trunk/psLib/test/collections/verified/tst_psVectorSort_03.stderr

    r1404 r1761  
    1 <DATE><TIME>|<HOST>|E|   psVectorSort| : Line <LINENO> - Input and output vector sizes are not equal: in=5 out=6
    2 <DATE><TIME>|<HOST>|E|   psVectorSort| : Line <LINENO> - Input and output vectors are not same type: in=1028 out=1032
     1<DATE><TIME>|<HOST>|E|psVectorSort
     2     : Line <LINENO> - Input and output vector sizes are not equal: in=5 out=6
     3<DATE><TIME>|<HOST>|E|psVectorSort
     4     : Line <LINENO> - Input and output vectors are not same type: in=1028 out=1032
  • trunk/psLib/test/collections/verified/tst_psVectorSort_04.stderr

    r1404 r1761  
    1 <DATE><TIME>|<HOST>|E|   psVectorSort| : Line <LINENO> - Null input vector
     1<DATE><TIME>|<HOST>|E|psVectorSort
     2     : Line <LINENO> - Null input vector
Note: See TracChangeset for help on using the changeset viewer.