IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2004, 12:25:56 PM (22 years ago)
Author:
desonia
Message:

adjustments made due to change in the logging message style.

File:
1 edited

Legend:

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

    r1004 r1018  
    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|psListAlloc shall create a psList with either 0 or 1 element.
    88
    99---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
     
    1515\----------------------------------------------------------------------------------/
    1616
    17  <DATE> <TIME> <HOST> |I|testListAdd    |psListAdd shall add an element to list
    18  <DATE> <TIME> <HOST> |I|testListAdd    |Following should warn with invalid insert location
    19  <DATE> <TIME> <HOST> |W|psListAdd      |The given insert location (-10) for psListAdd is invalid. Adding to head instead.
    20  <DATE> <TIME> <HOST> |I|testListAdd    |Following should be a warning.
    21  <DATE> <TIME> <HOST> |W|psListAdd      |Invalid index 9 (only 7 elements in psList); assuming tail.
     17 <DATE> <TIME> <HOST> |I|    testListAdd|psListAdd shall add an element to list
     18 <DATE> <TIME> <HOST> |I|    testListAdd|Following should warn with invalid insert location
     19 <DATE> <TIME> <HOST> |W|      psListAdd|The given insert location (-10) for psListAdd is invalid. Adding to head instead.
     20 <DATE> <TIME> <HOST> |I|    testListAdd|Following should be a warning.
     21 <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 7 elements in psList); assuming tail.
    2222
    2323---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
     
    2929\----------------------------------------------------------------------------------/
    3030
    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:264).
     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:263).
    3333
    3434---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
     
    4040\----------------------------------------------------------------------------------/
    4141
    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 0x0 on psList 0x6d9190 in psListRemove.
    50  <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
    51  <DATE> <TIME> <HOST> |E|psListRemove   |Failed to find 0x6d9aa0 on psList 0x6d9190 in psListRemove.
     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 0x0 on psList 0x6d9190 in psListRemove.
     50 <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
     51 <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find 0x6d9aa0 on psList 0x6d9190 in psListRemove.
    5252
    5353---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
     
    6868\----------------------------------------------------------------------------------/
    6969
    70  <DATE> <TIME> <HOST> |I|testListIterator| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
    71  <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Unexpected null pointer'
    72  <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:264).
    73  <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Can't move to an unknown position.'
     70 <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
     71 <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Unexpected null pointer'
     72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:263).
     73 <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Can't move to an unknown position.'
    7474 <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
    7575
Note: See TracChangeset for help on using the changeset viewer.