IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2004, 9:34:28 AM (22 years ago)
Author:
desonia
Message:

enhanced the parsing of host to search for the hostname of the current machine
explicitly, not just single word with '.' in it.

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

Legend:

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

    r1168 r1198  
    1  <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 151 - Bit position too small: -4
    2  <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 154 - Bit position too large: 200
    3  <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 148 - Null psBitSet for inBitSet argument
    4  <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 129 - Bit position too small: -4
    5  <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 132 - Bit position too large: 200
    6  <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 126 - Null psBitSet for inBitSet argument
     1 <DATE> <TIME> |<HOST>|E|   psBitSetTest| : Line 151 - Bit position too small: -4
     2 <DATE> <TIME> |<HOST>|E|   psBitSetTest| : Line 154 - Bit position too large: 200
     3 <DATE> <TIME> |<HOST>|E|   psBitSetTest| : Line 148 - Null psBitSet for inBitSet argument
     4 <DATE> <TIME> |<HOST>|E|    psBitSetSet| : Line 129 - Bit position too small: -4
     5 <DATE> <TIME> |<HOST>|E|    psBitSetSet| : Line 132 - Bit position too large: 200
     6 <DATE> <TIME> |<HOST>|E|    psBitSetSet| : Line 126 - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr

    r1174 r1198  
    1  <DATE> <TIME> <HOST> |E|     psBitSetOp| : Line 197 - psBitSet sizes not the same
     1 <DATE> <TIME> |<HOST>|E|     psBitSetOp| : Line 197 - psBitSet sizes not the same
  • trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr

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

    r1173 r1198  
    1  <DATE> <TIME> <HOST> |E|    psBitSetNot| : Line 238 - Null psBitSet for inBitSet argument
     1 <DATE> <TIME> |<HOST>|E|    psBitSetNot| : Line 238 - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1194 r1198  
    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{psListAlloc} | 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 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.
     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.
    2222
    2323---> TESTPOINT PASSED (psList{psListAdd} | 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:259).
     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:259).
    3333
    3434---> TESTPOINT PASSED (psList{psListGet} | 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 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.
     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.
    5252
    5353---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c)
     
    6868\**********************************************************************************/
    6969
    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:259).
    73  <DATE> <TIME> <HOST> |I|testListIterato|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.
     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:259).
     73 <DATE> <TIME> |<HOST>|I|testListIterato|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.
    7575
    7676---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c)
  • trunk/psLib/test/collections/verified/tst_psSort_03.stderr

    r1073 r1198  
    1  <DATE> <TIME> <HOST> |E|         psSort| : Line 137 - Input and output vector sizes are not equal: in=5 out=6
     1 <DATE> <TIME> |<HOST>|E|         psSort| : Line 137 - Input and output vector sizes are not equal: in=5 out=6
  • trunk/psLib/test/collections/verified/tst_psSort_04.stderr

    r1073 r1198  
    1  <DATE> <TIME> <HOST> |E|         psSort| : Line 119 - Null input vector
     1 <DATE> <TIME> |<HOST>|E|         psSort| : Line 119 - Null input vector
  • trunk/psLib/test/collections/verified/tst_psVector_01.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |E|  psVectorAlloc|Invalid value for nalloc. nalloc: 0
    2  <DATE> <TIME> <HOST> |E|psVectorRealloc|Null input vector
     1 <DATE> <TIME> |<HOST>|E|  psVectorAlloc|Invalid value for nalloc. nalloc: 0
     2 <DATE> <TIME> |<HOST>|E|psVectorRealloc|Null input vector
Note: See TracChangeset for help on using the changeset viewer.