IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:50:20 PM (12 months ago)
Author:
eugene
Message:

remove deprecated tests and fix tap versions

Location:
trunk/psModules/test/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/config

    • Property svn:ignore
      •  

        old new  
        44Makefile.in
        55temp
        6 tst_pmConfig
        76SampleIPPConfig
         7tap_pmConfigCommand
         8tap_pmErrorCodes
         9tap_pmVersion
         10test-suite.log
  • trunk/psModules/test/config/tap_pmConfigCommand.c

    r15986 r42828  
    140140            psMetadataItem *item;
    141141            while ((item = psMetadataGetAndIncrement(iter))) {
    142                 assert(item->type == PS_TYPE_S32);
     142                assert(item->type == PS_DATA_S32);
    143143                psStringAppend(&verifyCmd, " -trace %s %d", item->name, item->data.S32);
    144144            }
Note: See TracChangeset for help on using the changeset viewer.