IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2004, 1:47:21 PM (22 years ago)
Author:
harman
Message:

Updated truth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/verified/tst_psMetadata_05.stdout

    r1446 r2613  
    55\**********************************************************************************/
    66
    7 Key Name:  myItem1  Key Type:  1  Key Value:               1  Key Comment: I am a boolean
    8 Key Name:  myItem2  Key Type:  2  Key Value:              55  Key Comment: I am a integer
    9 Key Name:  myItem3  Key Type:  1  Key Value:               0  Key Comment: I am a boolean
    10 Key Name:  myItem4  Key Type:  2  Key Value:              66  Key Comment: I am a integer
     7Key Name:  myItem1  Key pType: 256  Key mdType:  0  Key Value:               1  Key Comment: I am a boolean
     8Key Name:  myItem2  Key pType: 260  Key mdType:  0  Key Value:              55  Key Comment: I am a integer
     9Key Name:  myItem3  Key pType: 256  Key mdType:  0  Key Value:               0  Key Comment: I am a boolean
     10Key Name:  myItem4  Key pType: 260  Key mdType:  0  Key Value:              66  Key Comment: I am a integer
    1111
    1212---> TESTPOINT PASSED (psMetadata{Test A - Allocate metadata items} | tst_psMetadata_05.c)
    13 
    14 /***************************** TESTPOINT ******************************************\
    15 *             TestFile: tst_psMetadata_05.c                                        *
    16 *            TestPoint: psMetadata{Test B - Set iterator at second index}          *
    17 *             TestType: Positive                                                   *
    18 \**********************************************************************************/
    19 
    20 
    21 ---> TESTPOINT PASSED (psMetadata{Test B - Set iterator at second index} | tst_psMetadata_05.c)
    22 
    23 /***************************** TESTPOINT ******************************************\
    24 *             TestFile: tst_psMetadata_05.c                                        *
    25 *            TestPoint: psMetadata{Test C - Get next item at index}                *
    26 *             TestType: Positive                                                   *
    27 \**********************************************************************************/
    28 
    29 Found item named myItem1
    30 
    31 ---> TESTPOINT PASSED (psMetadata{Test C - Get next item at index} | tst_psMetadata_05.c)
    32 
    33 /***************************** TESTPOINT ******************************************\
    34 *             TestFile: tst_psMetadata_05.c                                        *
    35 *            TestPoint: psMetadata{Test D - Get next item at index and string}     *
    36 *             TestType: Positive                                                   *
    37 \**********************************************************************************/
    38 
    39 Found item named myItem1
    40 
    41 ---> TESTPOINT PASSED (psMetadata{Test D - Get next item at index and string} | tst_psMetadata_05.c)
    42 
    43 /***************************** TESTPOINT ******************************************\
    44 *             TestFile: tst_psMetadata_05.c                                        *
    45 *            TestPoint: psMetadata{Test E - Get previous item at index}            *
    46 *             TestType: Positive                                                   *
    47 \**********************************************************************************/
    48 
    49 Found item named myItem4
    50 
    51 ---> TESTPOINT PASSED (psMetadata{Test E - Get previous item at index} | tst_psMetadata_05.c)
    5213
    5314/***************************** TESTPOINT ******************************************\
     
    5920
    6021---> TESTPOINT PASSED (psMetadata{Test F - Write metadata item to file} | tst_psMetadata_05.c)
    61 
    62 /***************************** TESTPOINT ******************************************\
    63 *             TestFile: tst_psMetadata_05.c                                        *
    64 *            TestPoint: psMetadata{Test G - Attempt to use null metadata with setIterator} *
    65 *             TestType: Negative                                                   *
    66 *    ExpectedErrorText: Null metadata collection not allowed                       *
    67 *  ExpectedStatusValue: 0                                                          *
    68 \**********************************************************************************/
    69 
    70 
    71 ---> TESTPOINT PASSED (psMetadata{Test G - Attempt to use null metadata with setIterator} | tst_psMetadata_05.c)
    72 
    73 /***************************** TESTPOINT ******************************************\
    74 *             TestFile: tst_psMetadata_05.c                                        *
    75 *            TestPoint: psMetadata{Test H - Attempt to use null metadata with getNext} *
    76 *             TestType: Negative                                                   *
    77 *    ExpectedErrorText: Null metadata collection not allowed                       *
    78 *  ExpectedStatusValue: 0                                                          *
    79 \**********************************************************************************/
    80 
    81 
    82 ---> TESTPOINT PASSED (psMetadata{Test H - Attempt to use null metadata with getNext} | tst_psMetadata_05.c)
    83 
    84 /***************************** TESTPOINT ******************************************\
    85 *             TestFile: tst_psMetadata_05.c                                        *
    86 *            TestPoint: psMetadata{Test I - Attempt to use null metadata with getPrevious} *
    87 *             TestType: Negative                                                   *
    88 *    ExpectedErrorText: Null metadata collection not allowed                       *
    89 *  ExpectedStatusValue: 0                                                          *
    90 \**********************************************************************************/
    91 
    92 
    93 ---> TESTPOINT PASSED (psMetadata{Test I - Attempt to use null metadata with getPrevious} | tst_psMetadata_05.c)
    9422
    9523/***************************** TESTPOINT ******************************************\
Note: See TracChangeset for help on using the changeset viewer.