- Timestamp:
- Dec 3, 2004, 1:47:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/verified/tst_psMetadata_03.stdout
r2017 r2613 5 5 \**********************************************************************************/ 6 6 7 Key Name: myItem1 Key Type: 1Key Value: 1 Key Comment: I am a boolean8 Key Name: myItem2 Key Type: 2Key Value: 55 Key Comment: I am a integer9 Key Name: myItem3 Key Type: 1Key Value: 0 Key Comment: I am a boolean10 Key Name: myItem4 Key Type: 2Key Value: 66 Key Comment: I am a integer7 Key Name: myItem1 Key pType: 256 Key mdType: 0 Key Value: 1 Key Comment: I am a boolean 8 Key Name: myItem2 Key pType: 260 Key mdType: 0 Key Value: 55 Key Comment: I am a integer 9 Key Name: myItem3 Key pType: 256 Key mdType: 0 Key Value: 0 Key Comment: I am a boolean 10 Key Name: myItem4 Key pType: 260 Key mdType: 0 Key Value: 66 Key Comment: I am a integer 11 11 12 12 ---> TESTPOINT PASSED (psMetadata{Test A - Allocate metadata items} | tst_psMetadata_03.c) … … 65 65 /***************************** TESTPOINT ******************************************\ 66 66 * TestFile: tst_psMetadata_03.c * 67 * TestPoint: psMetadata{Test H- Attempt to add item to metadata w/o hash table} *67 * TestPoint: psMetadata{Test G - Attempt to add item to metadata w/o hash table} * 68 68 * TestType: Negative * 69 69 * ExpectedErrorText: Couldn't add item to invalid metadata structure. * … … 72 72 73 73 74 ---> TESTPOINT PASSED (psMetadata{Test H- Attempt to add item to invalid metadata w/o hash table} | tst_psMetadata_03.c)74 ---> TESTPOINT PASSED (psMetadata{Test G - Attempt to add item to invalid metadata w/o hash table} | tst_psMetadata_03.c) 75 75 76 76 /***************************** TESTPOINT ******************************************\ 77 77 * TestFile: tst_psMetadata_03.c * 78 * TestPoint: psMetadata{Test J- Attempt to add item to metadata w/o link list} *78 * TestPoint: psMetadata{Test H - Attempt to add item to metadata w/o link list} * 79 79 * TestType: Negative * 80 80 * ExpectedErrorText: Couldn't add item to invalid metadata structure. * … … 83 83 84 84 85 ---> TESTPOINT PASSED (psMetadata{Test J- Attempt to add item to invalid metadata w/o link list} | tst_psMetadata_03.c)85 ---> TESTPOINT PASSED (psMetadata{Test H - Attempt to add item to invalid metadata w/o link list} | tst_psMetadata_03.c) 86 86 87 87 /***************************** TESTPOINT ******************************************\ 88 88 * TestFile: tst_psMetadata_03.c * 89 * TestPoint: psMetadata{Test K- Attempt to add item with null name} *89 * TestPoint: psMetadata{Test I - Attempt to add item with null name} * 90 90 * TestType: Negative * 91 91 * ExpectedErrorText: Couldn't add item with null name. * … … 94 94 95 95 96 ---> TESTPOINT PASSED (psMetadata{Test K- Attempt to add item with null name} | tst_psMetadata_03.c)96 ---> TESTPOINT PASSED (psMetadata{Test I - Attempt to add item with null name} | tst_psMetadata_03.c) 97 97 98 98 /***************************** TESTPOINT ******************************************\ 99 99 * TestFile: tst_psMetadata_03.c * 100 * TestPoint: psMetadata{Test L- Attempt to add item to metadata w/o hash table} *100 * TestPoint: psMetadata{Test J - Attempt to add item to metadata w/o hash table} * 101 101 * TestType: Negative * 102 102 * ExpectedErrorText: Couldn't add item to invalid metadata structure. * … … 105 105 106 106 107 ---> TESTPOINT PASSED (psMetadata{Test L- Attempt to add item to invalid metadata w/o hash table} | tst_psMetadata_03.c)107 ---> TESTPOINT PASSED (psMetadata{Test J - Attempt to add item to invalid metadata w/o hash table} | tst_psMetadata_03.c) 108 108 109 109 /***************************** TESTPOINT ******************************************\ 110 110 * TestFile: tst_psMetadata_03.c * 111 * TestPoint: psMetadata{Test G- Free psMetadata} *111 * TestPoint: psMetadata{Test K - Free psMetadata} * 112 112 * TestType: Positive * 113 113 \**********************************************************************************/ 114 114 115 115 116 ---> TESTPOINT PASSED (psMetadata{Test G- Free psMetadata} | tst_psMetadata_03.c)116 ---> TESTPOINT PASSED (psMetadata{Test K - Free psMetadata} | tst_psMetadata_03.c) 117 117
Note:
See TracChangeset
for help on using the changeset viewer.
