Changeset 12474 for trunk/psLib
- Timestamp:
- Mar 16, 2007, 1:14:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/tap_psMetadataConfigRead.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/tap_psMetadataConfigRead.c
r10822 r12474 150 150 plan_tests(52); 151 151 152 note("psMetadataConfigRead tests");153 154 152 generateMDConfig(); 155 153 … … 168 166 psMetadataIterator *iterator = psMetadataIteratorAlloc(md, PS_LIST_HEAD, NULL); // Iterator 169 167 170 note("Checking the output");171 168 { 172 169 psMetadataItem *item = psMetadataGetAndIncrement(iterator); … … 177 174 178 175 { 179 note("Checking the nested METADATA");180 176 psMetadataItem *item = psMetadataGetAndIncrement(iterator); 181 177 mixedType value; // Needed only to check the other stuff … … 203 199 } 204 200 205 note("Checking the rest");206 201 { 207 202 psMetadataItem *item = psMetadataGetAndIncrement(iterator); … … 235 230 } 236 231 237 note("Checking the MULTI");238 232 { 239 233 // Check that the correct item is MULTI … … 269 263 } 270 264 271 note("Checking the bad line");272 265 { 273 266 // Check that the bad one isn't there
Note:
See TracChangeset
for help on using the changeset viewer.
