IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12474 for trunk/psLib


Ignore:
Timestamp:
Mar 16, 2007, 1:14:18 PM (19 years ago)
Author:
jhoblitt
Message:

remove unnecessary output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/types/tap_psMetadataConfigRead.c

    r10822 r12474  
    150150    plan_tests(52);
    151151
    152     note("psMetadataConfigRead tests");
    153 
    154152    generateMDConfig();
    155153
     
    168166        psMetadataIterator *iterator = psMetadataIteratorAlloc(md, PS_LIST_HEAD, NULL); // Iterator
    169167
    170         note("Checking the output");
    171168        {
    172169            psMetadataItem *item = psMetadataGetAndIncrement(iterator);
     
    177174
    178175        {
    179             note("Checking the nested METADATA");
    180176            psMetadataItem *item = psMetadataGetAndIncrement(iterator);
    181177            mixedType value;            // Needed only to check the other stuff
     
    203199        }
    204200
    205         note("Checking the rest");
    206201        {
    207202            psMetadataItem *item = psMetadataGetAndIncrement(iterator);
     
    235230    }
    236231
    237     note("Checking the MULTI");
    238232    {
    239233        // Check that the correct item is MULTI
     
    269263    }
    270264
    271     note("Checking the bad line");
    272265    {
    273266        // Check that the bad one isn't there
Note: See TracChangeset for help on using the changeset viewer.