diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-16 18:35:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-16 18:35:48 (GMT) |
commit | c80e3a0d136ca639ed8bb4712913d8350653d58f (patch) | |
tree | d95e6d6a514b8dafc2d2137f54ba0a035d12f2bb | |
parent | 629b73701650dd86976a9d561f3e4dcce9795f49 (diff) | |
download | hdf5-c80e3a0d136ca639ed8bb4712913d8350653d58f.zip hdf5-c80e3a0d136ca639ed8bb4712913d8350653d58f.tar.gz hdf5-c80e3a0d136ca639ed8bb4712913d8350653d58f.tar.bz2 |
[svn-r23168] HDFFV-8169: String binary dump testfiles
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | tools/testfiles/tstr2bin2.exp | 1 | ||||
-rw-r--r-- | tools/testfiles/tstr2bin6.exp | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -1511,6 +1511,8 @@ ./tools/testfiles/tstr.h5 ./tools/testfiles/tstr2.h5 ./tools/testfiles/tstr-2.ddl +./tools/testfiles/tstr2bin2.exp +./tools/testfiles/tstr2bin6.exp ./tools/testfiles/tvldtypes1.ddl ./tools/testfiles/tvldtypes1.h5 ./tools/testfiles/tvldtypes2.ddl diff --git a/tools/testfiles/tstr2bin2.exp b/tools/testfiles/tstr2bin2.exp new file mode 100644 index 0000000..5d4c544 --- /dev/null +++ b/tools/testfiles/tstr2bin2.exp @@ -0,0 +1 @@ +This is row 0 of type H5T_STR_NULLTERM of string This is row 1 of type H5T_STR_NULLTERM of string This is row 2 of type H5T_STR_NULLTERM of string This is row 3 of type H5T_STR_NULLTERM of string This is row 4 of type H5T_STR_NULLTERM of string This is row 5 of type H5T_STR_NULLTERM of string This is row 6 of type H5T_STR_NULLTERM of string This is row 7 of type H5T_STR_NULLTERM of string This is row 8 of type H5T_STR_NULLTERM of string This is row 9 of type H5T_STR_NULLTERM of string
\ No newline at end of file diff --git a/tools/testfiles/tstr2bin6.exp b/tools/testfiles/tstr2bin6.exp new file mode 100644 index 0000000..5c6c22a --- /dev/null +++ b/tools/testfiles/tstr2bin6.exp @@ -0,0 +1 @@ +This is row 0 of type H5T_STR_SPACEPAD of string aThis is row 1 of type H5T_STR_SPACEPAD of string aThis is row 2 of type H5T_STR_SPACEPAD of string aThis is row 3 of type H5T_STR_SPACEPAD of string aThis is row 4 of type H5T_STR_SPACEPAD of string aThis is row 5 of type H5T_STR_SPACEPAD of string aThis is row 6 of type H5T_STR_SPACEPAD of string aThis is row 7 of type H5T_STR_SPACEPAD of string aThis is row 8 of type H5T_STR_SPACEPAD of string aThis is row 9 of type H5T_STR_SPACEPAD of string a
\ No newline at end of file |