- 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_05.stdout
r1446 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_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 myItem130 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 myItem140 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 myItem450 51 ---> TESTPOINT PASSED (psMetadata{Test E - Get previous item at index} | tst_psMetadata_05.c)52 13 53 14 /***************************** TESTPOINT ******************************************\ … … 59 20 60 21 ---> 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)94 22 95 23 /***************************** TESTPOINT ******************************************\
Note:
See TracChangeset
for help on using the changeset viewer.
