Changeset 1379


Ignore:
Timestamp:
11/12/09 18:58:24 (2 years ago)
Author:
Freddie Akeroyd
Message:

Fix most of the tests. Refs #199

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXbrowse/NXbrowse.c

    r1365 r1379  
    3636#include "napi.h" 
    3737#include "napiconfig.h" 
    38 #if HAVE_LIBREADLINE 
    39 #include <readline/readline.h> 
    40 #include <readline/history.h> 
    41 #else 
    42 #define rl_completion_matches(a,b) NULL 
    43 #define rl_outstream stdout 
    44 static char* readline(const char* prompt) 
     38static char* my_readline(const char* prompt) 
    4539{ 
    4640    char inputText[256]; 
     
    5751    return strdup(inputText); 
    5852} 
     53#if HAVE_LIBREADLINE 
     54#include <readline/readline.h> 
     55#include <readline/history.h> 
     56#else 
     57#define rl_completion_matches(a,b) NULL 
     58#define rl_outstream stdout 
     59#define readline my_readline 
    5960#endif 
    6061 
     
    278279   do { 
    279280      sprintf (prompt, "%s> ", path); 
    280       while ( (inputText = readline(prompt)) == NULL ) 
     281      if (getenv("NO_READLINE") != NULL) 
    281282      { 
    282         rl_crlf(); 
    283         rl_on_new_line(); 
     283          inputText = my_readline(prompt); 
     284      } 
     285      else 
     286      { 
     287          inputText = readline(prompt); 
     288      } 
     289      if (inputText == NULL) 
     290      { 
     291          inputText = strdup("EXIT"); 
    284292      } 
    285293      if (*inputText) 
  • trunk/bindings/cpp/NeXusFile.cpp

    r1375 r1379  
    4141  } 
    4242 
     43  template<> 
     44  NXDLL_EXPORT NXnumtype getType(char number) { 
     45    stringstream msg; 
     46    msg << "NeXus::getType() does not know type of \"char\" " << number; 
     47    throw Exception(msg.str()); 
     48  } 
     49 
    4350  // template specialisations for types we know  
    4451  template<> 
     
    9198    return UINT64; 
    9299  } 
     100 
    93101 
    94102} 
  • trunk/test/napif4_test.f

    r1375 r1379  
    198198         IF (NXOPENDATA(FILEID,NAME) .NE. NX_OK) STOP 
    199199         IF(NXGETPATH(FILEID,PATH) .NE. NX_OK) STOP 
    200          WRITE(*,*),' Path = ', PATH 
     200         WRITE(*,FMT='(1X,A,A)') 'Path = ', PATH(1:LEN_TRIM(PATH)) 
    201201         IF (NXGETINFO(FILEID,NXRANK,NXDIMS,NXTYPE) .NE. NX_OK) STOP 
    202202         WRITE(*,FMT='(4X,A,I2,A)') NAME(1:LEN_TRIM(NAME))//'(',  
  • trunk/test/napif5_test.f

    r1375 r1379  
    199199         IF (NXOPENDATA(FILEID,NAME) .NE. NX_OK) STOP 
    200200         IF(NXGETPATH(FILEID,PATH) .NE. NX_OK) STOP 
    201          WRITE(*,*)'Path = ', PATH 
     201         WRITE(*,FMT='(1X,A,A)') 'Path = ', PATH(1:LEN_TRIM(PATH)) 
    202202         IF (NXGETINFO(FILEID,NXRANK,NXDIMS,NXTYPE) .NE. NX_OK) STOP 
    203203         WRITE(*,FMT='(4X,A,I2,A)') NAME(1:LEN_TRIM(NAME))//'(',  
  • trunk/test/napif_test.f

    r1375 r1379  
    198198         IF (NXOPENDATA(FILEID,NAME) .NE. NX_OK) STOP 
    199199         IF (NXGETPATH(FILEID,PATH) .NE. NX_OK)STOP 
    200          WRITE(*,*)'Path = ', PATH 
     200         WRITE(*,FMT='(1X,A,A)') 'Path = ', PATH(1:LEN_TRIM(PATH)) 
    201201         IF (NXGETINFO(FILEID,NXRANK,NXDIMS,NXTYPE) .NE. NX_OK) STOP 
    202202         WRITE(*,FMT='(4X,A,I2,A)') NAME(1:LEN_TRIM(NAME))//'(',  
  • trunk/test/testsuite.at

    r1210 r1379  
    3434   file_name = NXtest.hdf 
    3535Number of group attributes: 2 
     36NXentry path /entry 
    3637   hugo = namenlos 
    3738   cucumber = passion 
    3839Group: entry(NXentry) contains 9 items 
     40Data path /entry/ch_data 
    3941   ch_data(4) = NeXus ><}&{'\&" Data 
     42Data path /entry/c1_data 
    4043   c1_data(4) = abcdefghijklmnopqrst 
     44Data path /entry/i1_data 
    4145   i1_data(20) =  1 2 3 4 
     46Data path /entry/i2_data 
    4247   i2_data(22) =  1000 2000 3000 4000 
     48Data path /entry/i4_data 
    4349   i4_data(24) =  1000000 2000000 3000000 4000000 
     50Data path /entry/r4_data 
    4451   r4_data(5) 
    4552       1.000000 2.000000 3.000000 4.000000 
     
    4855       13.000000 14.000000 15.000000 16.000000 
    4956       17.000000 18.000000 19.000000 20.000000 
     57Data path /entry/r8_data 
    5058   r8_data(6) 
    5159       1.000000 2.000000 3.000000 4.000000 
     
    6169   Subgroup: data(NXdata) 
    6270   Subgroup: sample(NXsample) 
     71Group path /link/sample 
    6372Link check OK 
    6473NXopenpath checks OK 
     
    8089   file_name = NXtest.h5 
    8190Number of group attributes: 2 
     91NXentry path /entry 
    8292   hugo = namenlos 
    8393   cucumber = passion 
    8494Group: entry(NXentry) contains 10 items 
     95Data path /entry/c1_data 
    8596   c1_data(4) = abcdefghijklmnopqrst 
     97Data path /entry/ch_data 
    8698   ch_data(4) = NeXus ><}&{'\&" Data 
    8799   Subgroup: data(NXdata) 
     100Data path /entry/grosse_zahl 
    88101   grosse_zahl(26) =  12 555555555555 23 777777777777 
     102Data path /entry/i1_data 
    89103   i1_data(20) =  1 2 3 4 
     104Data path /entry/i2_data 
    90105   i2_data(22) =  1000 2000 3000 4000 
     106Data path /entry/i4_data 
    91107   i4_data(24) =  1000000 2000000 3000000 4000000 
     108Data path /entry/r4_data 
    92109   r4_data(5) 
    93110       1.000000 2.000000 3.000000 4.000000 
     
    96113       13.000000 14.000000 15.000000 16.000000 
    97114       17.000000 18.000000 19.000000 20.000000 
     115Data path /entry/r8_data 
    98116   r8_data(6) 
    99117       1.000000 2.000000 3.000000 4.000000 
     
    108126         target : /entry/r8_data 
    109127   Subgroup: sample(NXsample) 
     128Group path /link/sample 
    110129Link check OK 
    111130NXopenpath checks OK 
     
    127146   file_name = NXtest.hdf 
    128147Number of group attributes: 2 
     148NXentry path /entry 
    129149   hugo = namenlos 
    130150   cucumber = passion 
    131151Group: entry(NXentry) contains 9 items 
     152Data path /entry/ch_data 
    132153   ch_data(4) = NeXus ><}&{'\&" Data 
     154Data path /entry/c1_data 
    133155   c1_data(4) = abcdefghijklmnopqrst 
     156Data path /entry/i1_data 
    134157   i1_data(20) =  1 2 3 4 
     158Data path /entry/i2_data 
    135159   i2_data(22) =  1000 2000 3000 4000 
     160Data path /entry/i4_data 
    136161   i4_data(24) =  1000000 2000000 3000000 4000000 
     162Data path /entry/r4_data 
    137163   r4_data(5) 
    138164       1.000000 2.000000 3.000000 4.000000 
     
    141167       13.000000 14.000000 15.000000 16.000000 
    142168       17.000000 18.000000 19.000000 20.000000 
     169Data path /entry/r8_data 
    143170   r8_data(6) 
    144171       1.000000 2.000000 3.000000 4.000000 
     
    154181   Subgroup: data(NXdata) 
    155182   Subgroup: sample(NXsample) 
     183Group path /link/sample 
    156184Link check OK 
    157185NXopenpath checks OK 
     
    173201   file_name = NXtest.h5 
    174202Number of group attributes: 2 
     203NXentry path /entry 
    175204   hugo = namenlos 
    176205   cucumber = passion 
    177206Group: entry(NXentry) contains 10 items 
     207Data path /entry/c1_data 
    178208   c1_data(4) = abcdefghijklmnopqrst 
     209Data path /entry/ch_data 
    179210   ch_data(4) = NeXus ><}&{'\&" Data 
    180211   Subgroup: data(NXdata) 
     212Data path /entry/grosse_zahl 
    181213   grosse_zahl(26) =  12 555555555555 23 777777777777 
     214Data path /entry/i1_data 
    182215   i1_data(20) =  1 2 3 4 
     216Data path /entry/i2_data 
    183217   i2_data(22) =  1000 2000 3000 4000 
     218Data path /entry/i4_data 
    184219   i4_data(24) =  1000000 2000000 3000000 4000000 
     220Data path /entry/r4_data 
    185221   r4_data(5) 
    186222       1.000000 2.000000 3.000000 4.000000 
     
    189225       13.000000 14.000000 15.000000 16.000000 
    190226       17.000000 18.000000 19.000000 20.000000 
     227Data path /entry/r8_data 
    191228   r8_data(6) 
    192229       1.000000 2.000000 3.000000 4.000000 
     
    201238         target : /entry/r8_data 
    202239   Subgroup: sample(NXsample) 
     240Group path /link/sample 
    203241Link check OK 
    204242NXopenpath checks OK 
     
    219257   NeXus_version = 4.3.0 
    220258   file_name = NXtest.xml 
    221    xmlns = http://definition.nexusformat.org/schema/3.0 
     259   xmlns = http://definition.nexusformat.org/schema/3.1 
    222260   xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance 
    223    xsi:schemaLocation = http://definition.nexusformat.org/schema/3.0 http://definition.nexusformat.org/schema/3.0/BASE.xsd 
     261   xsi:schemaLocation = http://definition.nexusformat.org/schema/3.1 http://definition.nexusformat.org/schema/3.1/BASE.xsd 
    224262Number of group attributes: 2 
     263NXentry path /entry 
    225264   hugo = namenlos 
    226265   cucumber = passion 
    227266Group: entry(NXentry) contains 10 items 
     267Data path /entry/ch_data 
    228268   ch_data(4) = NeXus ><}&{'\&" Data 
     269Data path /entry/c1_data 
    229270   c1_data(4) = abcdefghijklmnopqrst 
     271Data path /entry/i1_data 
    230272   i1_data(20) =  1 2 3 4 
     273Data path /entry/i2_data 
    231274   i2_data(22) =  1000 2000 3000 4000 
     275Data path /entry/i4_data 
    232276   i4_data(24) =  1000000 2000000 3000000 4000000 
     277Data path /entry/r4_data 
    233278   r4_data(5) 
    234279       1.000000 2.000000 3.000000 4.000000 
     
    237282       13.000000 14.000000 15.000000 16.000000 
    238283       17.000000 18.000000 19.000000 20.000000 
     284Data path /entry/r8_data 
    239285   r8_data(6) 
    240286       1.000000 2.000000 3.000000 4.000000 
     
    248294         r4_attribute : 3.141593 
    249295         target : /entry/r8_data 
     296Data path /entry/grosse_zahl 
    250297   grosse_zahl(26) =  12 555555555555 23 777777777777 
    251298   Subgroup: data(NXdata) 
    252299   Subgroup: sample(NXsample) 
     300Group path /link/sample 
    253301Link check OK 
    254302NXopenpath checks OK 
     
    269317   NeXus_version = 4.3.0 
    270318   file_name = NXtest.xml 
    271    xmlns = http://definition.nexusformat.org/schema/3.0 
     319   xmlns = http://definition.nexusformat.org/schema/3.1 
    272320   xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance 
    273    xsi:schemaLocation = http://definition.nexusformat.org/schema/3.0 http://definition.nexusformat.org/schema/3.0/BASE.xsd 
     321   xsi:schemaLocation = http://definition.nexusformat.org/schema/3.1 http://definition.nexusformat.org/schema/3.1/BASE.xsd 
    274322Number of group attributes: 2 
     323NXentry path /entry 
    275324   hugo = namenlos 
    276325   cucumber = passion 
    277326Group: entry(NXentry) contains 10 items 
     327Data path /entry/ch_data 
    278328   ch_data(4) = NeXus ><}&{'\&" Data 
     329Data path /entry/c1_data 
    279330   c1_data(4) = abcdefghijklmnopqrst 
     331Data path /entry/i1_data 
    280332   i1_data(20) =  1 2 3 4 
     333Data path /entry/i2_data 
    281334   i2_data(22) =  1000 2000 3000 4000 
     335Data path /entry/i4_data 
    282336   i4_data(24) =  1000000 2000000 3000000 4000000 
     337Data path /entry/r4_data 
    283338   r4_data(5) 
    284339       1.000000 2.000000 3.000000 4.000000 
     
    287342       13.000000 14.000000 15.000000 16.000000 
    288343       17.000000 18.000000 19.000000 20.000000 
     344Data path /entry/r8_data 
    289345   r8_data(6) 
    290346       1.000000 2.000000 3.000000 4.000000 
     
    298354         r4_attribute : 3.141593 
    299355         target : /entry/r8_data 
     356Data path /entry/grosse_zahl 
    300357   grosse_zahl(26) =  12 555555555555 23 777777777777 
    301358   Subgroup: data(NXdata) 
    302359   Subgroup: sample(NXsample) 
     360Group path /link/sample 
    303361Link check OK 
    304362NXopenpath checks OK 
     
    319377   NeXus_version = 4.3.0 
    320378   file_name = NXtest-table.xml 
    321    xmlns = http://definition.nexusformat.org/schema/3.0 
     379   xmlns = http://definition.nexusformat.org/schema/3.1 
    322380   xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance 
    323    xsi:schemaLocation = http://definition.nexusformat.org/schema/3.0 http://definition.nexusformat.org/schema/3.0/BASE.xsd 
     381   xsi:schemaLocation = http://definition.nexusformat.org/schema/3.1 http://definition.nexusformat.org/schema/3.1/BASE.xsd 
    324382Number of group attributes: 2 
     383NXentry path /entry 
    325384   hugo = namenlos 
    326385   cucumber = passion 
    327386Group: entry(NXentry) contains 10 items 
     387Data path /entry/ch_data 
    328388   ch_data(4) = NeXus ><}&{'\&" Data 
     389Data path /entry/c1_data 
    329390   c1_data(4) = abcdefghijklmnopqrst 
     391Data path /entry/i1_data 
    330392   i1_data(20) =  1 2 3 4 
     393Data path /entry/i2_data 
    331394   i2_data(22) =  1000 2000 3000 4000 
     395Data path /entry/i4_data 
    332396   i4_data(24) =  1000000 2000000 3000000 4000000 
     397Data path /entry/grosse_zahl 
    333398   grosse_zahl(26) =  12 555555555555 23 777777777777 
     399Data path /entry/r4_data 
    334400   r4_data(5) 
    335401       1.000000 2.000000 3.000000 4.000000 
     
    338404       13.000000 14.000000 15.000000 16.000000 
    339405       17.000000 18.000000 19.000000 20.000000 
     406Data path /entry/r8_data 
    340407   r8_data(6) 
    341408       1.000000 2.000000 3.000000 4.000000 
     
    351418   Subgroup: data(NXdata) 
    352419   Subgroup: sample(NXsample) 
     420Group path /link/sample 
    353421Link check OK 
    354422NXopenpath checks OK 
     
    371439    file_name = NXtest.nxs 
    372440 Group: entry(NXentry) contains  8 items 
     441 Path = /entry/ch_data 
    373442    ch_data( 4) 
    374443    Values : NeXus data 
     444 Path = /entry/i1_data 
    375445    i1_data(20) 
    376446    Values :   1  2  3  4 
     447 Path = /entry/i2_data 
    377448    i2_data(22) 
    378449    Values :   1000  2000  3000  4000 
     450 Path = /entry/i4_data 
    379451    i4_data(24) 
    380452    Values :      1000000     2000000     3000000     4000000 
     453 Path = /entry/r4_data 
    381454    r4_data( 5) 
    382455    Values :    1.00   2.00   3.00   4.00 
     
    385458           :   13.00  14.00  15.00  16.00 
    386459           :   17.00  18.00  19.00  20.00 
     460 Path = /entry/r8_data 
    387461    r8_data( 6) 
    388462    Values :    1.00   2.00   3.00   4.00 
     
    407481    file_name = NXtest.nxs 
    408482 Group: entry(NXentry) contains  8 items 
     483 Path = /entry/ch_data 
    409484    ch_data( 4) 
    410485    Values : NeXus data 
    411486    Subgroup: data(NXdata) 
     487 Path = /entry/i1_data 
    412488    i1_data(20) 
    413489    Values :   1  2  3  4 
     490 Path = /entry/i2_data 
    414491    i2_data(22) 
    415492    Values :   1000  2000  3000  4000 
     493 Path = /entry/i4_data 
    416494    i4_data(24) 
    417495    Values :      1000000     2000000     3000000     4000000 
     496 Path = /entry/r4_data 
    418497    r4_data( 5) 
    419498    Values :    1.00   2.00   3.00   4.00 
     
    422501           :   13.00  14.00  15.00  16.00 
    423502           :   17.00  18.00  19.00  20.00 
     503 Path = /entry/r8_data 
    424504    r8_data( 6) 
    425505    Values :    1.00   2.00   3.00   4.00 
     
    486566Group contains 9 items 
    487567   c1_data[5,4] = 2d character array 
     568   Path = /entry/c1_data 
    488569   ch_data[10] = NeXus_data 
     570   Path = /entry/ch_data 
    489571   data:NXdata 
    490572   i1_data[4] = [,,,] 
     573   Path = /entry/i1_data 
    491574   i2_data[4] = [1000,2000,3000,4000] 
     575   Path = /entry/i2_data 
    492576   i4_data[4] = [1000000,2000000,3000000,4000000] 
     577   Path = /entry/i4_data 
    493578   r4_data[5,4] = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19] 
     579   Path = /entry/r4_data 
    494580   r8_data[5,4] = [20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39] 
     581   Path = /entry/r8_data 
    495582   sample:NXsample 
    496583Link check OK 
     
    515602Group contains 10 items 
    516603   c1_data[5,4] = 2d character array 
     604   Path = /entry/c1_data 
    517605   ch_data[10] = NeXus_data 
     606   Path = /entry/ch_data 
    518607   data:NXdata 
    519608   grosszahl[4] = [12,555555555555,23,777777777777] 
     609   Path = /entry/grosszahl 
    520610   i1_data[4] = [,,,] 
     611   Path = /entry/i1_data 
    521612   i2_data[4] = [1000,2000,3000,4000] 
     613   Path = /entry/i2_data 
    522614   i4_data[4] = [1000000,2000000,3000000,4000000] 
     615   Path = /entry/i4_data 
    523616   r4_data[5,4] = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19] 
     617   Path = /entry/r4_data 
    524618   r8_data[5,4] = [20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39] 
     619   Path = /entry/r8_data 
    525620   sample:NXsample 
    526621Link check OK 
     
    540635   NeXus_version = 4.3.0 
    541636   file_name = napi_test_cpp.xml 
    542    xmlns = http://definition.nexusformat.org/schema/3.0 
     637   xmlns = http://definition.nexusformat.org/schema/3.1 
    543638   xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance 
    544    xsi:schemaLocation = http://definition.nexusformat.org/schema/3.0 http://definition.nexusformat.org/schema/3.0/BASE.xsd 
     639   xsi:schemaLocation = http://definition.nexusformat.org/schema/3.1 http://definition.nexusformat.org/schema/3.1/BASE.xsd 
    545640Number of group attributes: 2 
    546641   hugo = namenlos 
     
    548643Group contains 10 items 
    549644   c1_data[5,4] = 2d character array 
     645   Path = /entry/c1_data 
    550646   ch_data[10] = NeXus_data 
     647   Path = /entry/ch_data 
    551648   data:NXdata 
    552649   grosszahl[4] = [12,555555555555,23,777777777777] 
     650   Path = /entry/grosszahl 
    553651   i1_data[4] = [,,,] 
     652   Path = /entry/i1_data 
    554653   i2_data[4] = [1000,2000,3000,4000] 
     654   Path = /entry/i2_data 
    555655   i4_data[4] = [1000000,2000000,3000000,4000000] 
     656   Path = /entry/i4_data 
    556657   r4_data[5,4] = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19] 
     658   Path = /entry/r4_data 
    557659   r8_data[5,4] = [20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39] 
     660   Path = /entry/r8_data 
    558661   sample:NXsample 
    559662Link check OK 
     
    15621665 
    15631666attribute name: xmlns 
    1564 attribute value: http://definition.nexusformat.org/schema/3.0 
     1667attribute value: http://definition.nexusformat.org/schema/3.1 
    15651668 
    15661669NXgetnextattr status:        1 
     
    15721675 
    15731676attribute name: xsi:schemaLocation 
    1574 attribute value: http://definition.nexusformat.org/schema/3.0 http://definition.nexusformat.org/schema/3.0/BASE.xsd 
     1677attribute value: http://definition.nexusformat.org/schema/3.1 http://definition.nexusformat.org/schema/3.0/BASE.xsd 
    15751678 
    15761679NXgetnextattr status:        1 
     
    19252028AT_BANNER([[Testing NXbrowse Tool.]]) 
    19262029AT_SETUP([Checking HDF4 test file]) 
    1927 AT_CHECK([$HAVE_HDF4 && nxbrowse NXtest.hdf  < ${abs_srcdir}/nxbrowse.txt | grep -v 'HDF_version = ' | grep -v 'file_time = ' | sed -e 's/\r$//' | sed -e 's/[ ]*$//' ],[],  
    1928 [[NXBrowse 4.3.0 Copyright (C) 2000 R. Osborn, M. Koennecke, P. Klosowski 
     2030AT_CHECK([$HAVE_HDF4 && env NO_READLINE=1 nxbrowse NXtest.hdf  < ${abs_srcdir}/nxbrowse.txt | grep -v 'HDF_version = ' | grep -v 'file_time = ' | sed -e 's/\r$//' | sed -e 's/[ ]*$//' ],[],  
     2031[[NXBrowse 4.3.0 Copyright (C) 2009 NeXus Data Format 
    19292032    NeXus_version = 4.3.0 
    19302033    file_name = NXtest.hdf 
     
    19372040AT_CLEANUP 
    19382041AT_SETUP([Checking HDF5 test file]) 
    1939 AT_CHECK([$HAVE_HDF5 && nxbrowse NXtest.h5  < ${abs_srcdir}/nxbrowse.txt | grep -v 'HDF5_Version = ' | grep -v 'file_time = ' | sed -e 's/\r$//' | sed -e 's/[ ]*$//' ],[],  
    1940 [[NXBrowse 4.3.0 Copyright (C) 2000 R. Osborn, M. Koennecke, P. Klosowski 
     2042AT_CHECK([$HAVE_HDF5 && env NO_READLINE=1 nxbrowse NXtest.h5  < ${abs_srcdir}/nxbrowse.txt | grep -v 'HDF5_Version = ' | grep -v 'file_time = ' | sed -e 's/\r$//' | sed -e 's/[ ]*$//' ],[],  
     2043[[NXBrowse 4.3.0 Copyright (C) 2009 NeXus Data Format 
    19412044    NeXus_version = 4.3.0 
    19422045    file_name = NXtest.h5 
     
    19492052AT_CLEANUP 
    19502053AT_SETUP([Checking XML test file]) 
    1951 AT_CHECK([$HAVE_XML && nxbrowse NXtest.xml  < ${abs_srcdir}/nxbrowse.txt | grep -v 'file_time = ' | grep -v 'XML_version = ' | sed -e 's/\r$//' | sed -e 's/[ ]*$//' ],[],  
    1952 [[NXBrowse 4.3.0 Copyright (C) 2000 R. Osborn, M. Koennecke, P. Klosowski 
     2054AT_CHECK([$HAVE_XML && env NO_READLINE=1 nxbrowse NXtest.xml  < ${abs_srcdir}/nxbrowse.txt | grep -v 'file_time = ' | grep -v 'XML_version = ' | sed -e 's/\r$//' | sed -e 's/[ ]*$//' ],[],  
     2055[[NXBrowse 4.3.0 Copyright (C) 2009 NeXus Data Format 
    19532056    NeXus_version = 4.3.0 
    19542057    file_name = NXtest.xml 
    1955     xmlns = http://definition.nexusformat.org/schema/3.0 
     2058    xmlns = http://definition.nexusformat.org/schema/3.1 
    19562059    xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance 
    1957     xsi:schemaLocation = http://definition.nexusformat.org/schema/3.0 http://definition.nexusformat.org/schema/3.0/BASE.xsd 
     2060    xsi:schemaLocation = http://definition.nexusformat.org/schema/3.1 http://definition.nexusformat.org/schema/3.1/BASE.xsd 
    19582061NX>   NX Group : entry (NXentry) 
    19592062             entry attribute: hugo = namenlos 
Note: See TracChangeset for help on using the changeset viewer.