IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2004, 3:19:38 PM (22 years ago)
Author:
desonia
Message:

names of the testpoints changed.

File:
1 edited

Legend:

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

    r1130 r1194  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psList.c                                               *
    3 *            TestPoint: psList{487-testListAlloc}                                  *
     3*            TestPoint: psList{psListAlloc}                                        *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
     
    77 <DATE> <TIME> <HOST> |I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
    88
    9 ---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
     9---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c)
    1010
    1111/***************************** TESTPOINT ******************************************\
    1212*             TestFile: tst_psList.c                                               *
    13 *            TestPoint: psList{488-testListAdd}                                    *
     13*            TestPoint: psList{psListAdd}                                          *
    1414*             TestType: Positive                                                   *
    1515\**********************************************************************************/
    1616
    1717 <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.
     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.
    2020 <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.
     21 <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail.
    2222
    23 ---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
     23---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c)
    2424
    2525/***************************** TESTPOINT ******************************************\
    2626*             TestFile: tst_psList.c                                               *
    27 *            TestPoint: psList{489-testListGet}                                    *
     27*            TestPoint: psList{psListGet}                                          *
    2828*             TestType: Positive                                                   *
    2929\**********************************************************************************/
    3030
    3131 <DATE> <TIME> <HOST> |I|    testListGet|Following should be an error
    32  <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:265).
     32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
    3333
    34 ---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
     34---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c)
    3535
    3636/***************************** TESTPOINT ******************************************\
    3737*             TestFile: tst_psList.c                                               *
    38 *            TestPoint: psList{490-testListRemove}                                 *
     38*            TestPoint: psList{psListRemove}                                       *
    3939*             TestType: Positive                                                   *
    4040\**********************************************************************************/
     
    5151 <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find item in given psList.
    5252
    53 ---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
     53---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c)
    5454
    5555/***************************** TESTPOINT ******************************************\
    5656*             TestFile: tst_psList.c                                               *
    57 *            TestPoint: psList{491-testListConvert}                                *
     57*            TestPoint: psList{psListConvert}                                      *
    5858*             TestType: Positive                                                   *
    5959\**********************************************************************************/
    6060
    6161
    62 ---> TESTPOINT PASSED (psList{491-testListConvert} | tst_psList.c)
     62---> TESTPOINT PASSED (psList{psListConvert} | tst_psList.c)
    6363
    6464/***************************** TESTPOINT ******************************************\
    6565*             TestFile: tst_psList.c                                               *
    66 *            TestPoint: psList{494-testListIterator}                               *
     66*            TestPoint: psList{psListIterator}                                     *
    6767*             TestType: Positive                                                   *
    6868\**********************************************************************************/
     
    7070 <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
    7171 <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:265).
     72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
    7373 <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
    76 ---> TESTPOINT PASSED (psList{494-testListIterator} | tst_psList.c)
     76---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c)
    7777
    7878/***************************** TESTPOINT ******************************************\
    7979*             TestFile: tst_psList.c                                               *
    80 *            TestPoint: psList{627-testListFree}                                   *
     80*            TestPoint: psList{psListFree}                                         *
    8181*             TestType: Positive                                                   *
    8282\**********************************************************************************/
    8383
    8484
    85 ---> TESTPOINT PASSED (psList{627-testListFree} | tst_psList.c)
     85---> TESTPOINT PASSED (psList{psListFree} | tst_psList.c)
    8686
    8787/***************************** TESTPOINT ******************************************\
    8888*             TestFile: tst_psList.c                                               *
    89 *            TestPoint: psList{624-testListSort}                                   *
     89*            TestPoint: psList{psListSort}                                         *
    9090*             TestType: Positive                                                   *
    9191\**********************************************************************************/
    9292
    9393
    94 ---> TESTPOINT PASSED (psList{624-testListSort} | tst_psList.c)
     94---> TESTPOINT PASSED (psList{psListSort} | tst_psList.c)
    9595
Note: See TracChangeset for help on using the changeset viewer.