Changeset 4401 for trunk/psLib/test
- Timestamp:
- Jun 27, 2005, 10:38:12 AM (21 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 4 edited
-
astronomy/verified/tst_psCoord.stderr (modified) (1 diff)
-
collections/verified/tst_psMetadata_02.stderr (modified) (1 diff)
-
collections/verified/tst_psMetadata_03.stderr (modified) (1 diff)
-
collections/verified/tst_psMetadata_05.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/verified/tst_psCoord.stderr
r3471 r4401 84 84 Following should generate an error message for null psPlaneDistort 85 85 <DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO) 86 Unallowable operation: transformis NULL.86 Unallowable operation: distort is NULL. 87 87 <DATE><TIME>|<HOST>|I|testPlaneDistortApply 88 88 Following should generate an error message for null x member psPlaneDistort 89 89 <DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO) 90 Unallowable operation: transform->x is NULL.90 Unallowable operation: distort->x is NULL. 91 91 <DATE><TIME>|<HOST>|I|testPlaneDistortApply 92 92 Following should generate an error message for null y member psPlaneDistort 93 93 <DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO) 94 Unallowable operation: transform->y is NULL.94 Unallowable operation: distort->y is NULL. 95 95 <DATE><TIME>|<HOST>|I|testPlaneDistortApply 96 96 Following should generate an error message for null input psPlane -
trunk/psLib/test/collections/verified/tst_psMetadata_02.stderr
r3690 r4401 8 8 Unallowable operation: md is NULL. 9 9 <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 14 14 Unallowable operation: md->list is NULL. 15 15 <DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO) 16 Unallowable operation: metadataItem->name is NULL.16 Unallowable operation: item->name is NULL. 17 17 <DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO) 18 18 Unallowable operation: md->table is NULL. -
trunk/psLib/test/collections/verified/tst_psMetadata_05.stderr
r3690 r4401 4 4 Unallowable operation: format is NULL. 5 5 <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.
