IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4401 for trunk/psLib/test


Ignore:
Timestamp:
Jun 27, 2005, 10:38:12 AM (21 years ago)
Author:
drobbin
Message:

made required changes based on apidelta-report-cycle6

Location:
trunk/psLib/test
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/verified/tst_psCoord.stderr

    r3471 r4401  
    8484    Following should generate an error message for null psPlaneDistort
    8585<DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
    86     Unallowable operation: transform is NULL.
     86    Unallowable operation: distort is NULL.
    8787<DATE><TIME>|<HOST>|I|testPlaneDistortApply
    8888    Following should generate an error message for null x member psPlaneDistort
    8989<DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
    90     Unallowable operation: transform->x is NULL.
     90    Unallowable operation: distort->x is NULL.
    9191<DATE><TIME>|<HOST>|I|testPlaneDistortApply
    9292    Following should generate an error message for null y member psPlaneDistort
    9393<DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
    94     Unallowable operation: transform->y is NULL.
     94    Unallowable operation: distort->y is NULL.
    9595<DATE><TIME>|<HOST>|I|testPlaneDistortApply
    9696    Following should generate an error message for null input psPlane
  • trunk/psLib/test/collections/verified/tst_psMetadata_02.stderr

    r3690 r4401  
    88    Unallowable operation: md is NULL.
    99<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
    10     Unallowable operation: metadataItem is NULL.
     10    Unallowable operation: item is NULL.
  • trunk/psLib/test/collections/verified/tst_psMetadata_03.stderr

    r3690 r4401  
    1414    Unallowable operation: md->list is NULL.
    1515<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
    16     Unallowable operation: metadataItem->name is NULL.
     16    Unallowable operation: item->name is NULL.
    1717<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
    1818    Unallowable operation: md->table is NULL.
  • trunk/psLib/test/collections/verified/tst_psMetadata_05.stderr

    r3690 r4401  
    44    Unallowable operation: format is NULL.
    55<DATE><TIME>|<HOST>|E|psMetadataItemPrint (FILE:LINENO)
    6     Unallowable operation: metadataItem is NULL.
     6    Unallowable operation: item is NULL.
Note: See TracChangeset for help on using the changeset viewer.