diff options
author | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1999-02-01 08:53:27 (GMT) |
---|---|---|
committer | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1999-02-01 08:53:27 (GMT) |
commit | 9bb068f3f316825f8de4981900c8c7f88b117a54 (patch) | |
tree | caf325e9c8492fb76a14ec4733bd22b4d957d9a9 /tools/testfiles/tall-1.ddl | |
parent | aa267768c13ab173e13c58bffe902468b67d6c24 (diff) | |
download | hdf5-9bb068f3f316825f8de4981900c8c7f88b117a54.zip hdf5-9bb068f3f316825f8de4981900c8c7f88b117a54.tar.gz hdf5-9bb068f3f316825f8de4981900c8c7f88b117a54.tar.bz2 |
[svn-r1039] Added string tests and temporarily disabled test_compound_dt2() test.
Reflected the format changes to the expected output.
Diffstat (limited to 'tools/testfiles/tall-1.ddl')
-rw-r--r-- | tools/testfiles/tall-1.ddl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/testfiles/tall-1.ddl b/tools/testfiles/tall-1.ddl index 9ad8cff..609725b 100644 --- a/tools/testfiles/tall-1.ddl +++ b/tools/testfiles/tall-1.ddl @@ -7,7 +7,7 @@ GROUP "/" { DATATYPE { H5T_STD_I8LE } DATASPACE { SIMPLE ( 10 ) / ( 10 ) } DATA { - "abcdefghi\000" + 97, 98, 99, 100, 101, 102, 103, 104, 105, 0 } } ATTRIBUTE "attr2" { @@ -39,14 +39,16 @@ GROUP "/" { DATATYPE { H5T_STD_I8LE } DATASPACE { SIMPLE ( 27 ) / ( 27 ) } DATA { - "1st attribute of dset1.1.1\000" + 49, 115, 116, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101, + 32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0 } } ATTRIBUTE "attr2" { DATATYPE { H5T_STD_I8LE } DATASPACE { SIMPLE ( 27 ) / ( 27 ) } DATA { - "2nd attribute of dset1.1.1\000" + 50, 110, 100, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101, + 32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0 } } } @@ -54,7 +56,7 @@ GROUP "/" { DATATYPE { H5T_STD_I32BE } DATASPACE { SIMPLE ( 20 ) / ( 20 ) } DATA { - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 } } |