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/tattr-2.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/tattr-2.ddl')
-rw-r--r-- | tools/testfiles/tattr-2.ddl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/testfiles/tattr-2.ddl b/tools/testfiles/tattr-2.ddl index 8fbdebf..f354d4e 100644 --- a/tools/testfiles/tattr-2.ddl +++ b/tools/testfiles/tattr-2.ddl @@ -6,7 +6,8 @@ ATTRIBUTE "attr1" { DATATYPE { H5T_STD_I8LE } DATASPACE { SIMPLE ( 24 ) / ( 24 ) } DATA { - "attribute of root group\000" + 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114, 111, + 111, 116, 32, 103, 114, 111, 117, 112, 0 } } ATTRIBUTE "attr4" { @@ -26,7 +27,7 @@ ATTRIBUTE "attr5" { } DATASPACE { SCALAR } DATA { - "string attribute\000" + "string attribute" } } } |