Changeset 21221 for trunk/psModules/test/camera/tap_pmFPAConstruct.c
- Timestamp:
- Jan 29, 2009, 10:08:16 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/camera/tap_pmFPAConstruct.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/camera/tap_pmFPAConstruct.c
r15987 r21221 22 22 { 23 23 psMemId id = psMemGetId(); 24 pmFPA* fpa = pmFPAConstruct(NULL );24 pmFPA* fpa = pmFPAConstruct(NULL, NULL); 25 25 ok(fpa == NULL, "pmFPAConstruct() NULL will NULL camera input param"); 26 26 psFree(fpa); … … 42 42 psMemId id = psMemGetId(); 43 43 ok(rc, "Succesfully read camera format file"); 44 pmFPA* fpa = pmFPAConstruct(camera );44 pmFPA* fpa = pmFPAConstruct(camera, NULL); 45 45 ok(fpa != NULL, "pmFPAConstruct() returned non-NULL"); 46 46 if (VERBOSE) {
Note:
See TracChangeset
for help on using the changeset viewer.
