Changeset 1799 for trunk


Ignore:
Timestamp:
16/01/12 10:10:52 (4 months ago)
Author:
Freddie Akeroyd
Message:

Add in extra tests. Refs #320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/napi_test.c

    r1792 r1799  
    449449    return 0; 
    450450  } 
     451  if(NXopengrouppath(fileid,"/entry/data/comp_data") != NX_OK){ 
     452    printf("Failure on NXopengrouppath\n"); 
     453    return 0; 
     454  } 
     455  if(NXopenpath(fileid,"/entry/data/r8_data") != NX_OK){ 
     456    printf("Failure on NXopenpath\n"); 
     457    return 0; 
     458  } 
    451459  printf("NXopenpath checks OK\n"); 
    452460 
Note: See TracChangeset for help on using the changeset viewer.