diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-06-22 18:47:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-06-22 18:47:43 (GMT) |
commit | 224c6cbe591b5e10a8340f5bcb722db59e8efff6 (patch) | |
tree | 47ec7178284083a9a9bad9e650a1cd70b3f1e3d3 /tools/testfiles | |
parent | 5a1be8e235c83970e053b2a4b2e0cc80e5e67d92 (diff) | |
download | hdf5-224c6cbe591b5e10a8340f5bcb722db59e8efff6.zip hdf5-224c6cbe591b5e10a8340f5bcb722db59e8efff6.tar.gz hdf5-224c6cbe591b5e10a8340f5bcb722db59e8efff6.tar.bz2 |
[svn-r27266] Change tests to use simple mode - eliminates native type use.
Combine float checks and int checks to eliminate possible conflicts
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/vds/tvds-1.ls | 2 | ||||
-rw-r--r-- | tools/testfiles/vds/tvds-2.ls | 2 | ||||
-rw-r--r-- | tools/testfiles/vds/tvds-3_1.ls | 2 | ||||
-rw-r--r-- | tools/testfiles/vds/tvds-3_2.ls | 2 | ||||
-rw-r--r-- | tools/testfiles/vds/tvds-4.ls | 2 | ||||
-rw-r--r-- | tools/testfiles/vds/tvds-5.ls | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/testfiles/vds/tvds-1.ls b/tools/testfiles/vds/tvds-1.ls index 25a4a3b..61c9e46 100644 --- a/tools/testfiles/vds/tvds-1.ls +++ b/tools/testfiles/vds/tvds-1.ls @@ -11,4 +11,4 @@ vds_dset Dataset {5/Inf, 18/18, 8/8} 1_f.h5 /source_dset } Storage: 2880 logical bytes, 0 allocated bytes - Type: native int + Type: 32-bit little-endian integer diff --git a/tools/testfiles/vds/tvds-2.ls b/tools/testfiles/vds/tvds-2.ls index cbba5ff..49fe05f 100644 --- a/tools/testfiles/vds/tvds-2.ls +++ b/tools/testfiles/vds/tvds-2.ls @@ -10,4 +10,4 @@ vds_dset Dataset {6/Inf, 8/8, 14/14} 2_e.h5 /source_dset } Storage: 2688 logical bytes, 0 allocated bytes - Type: native int + Type: 32-bit little-endian integer diff --git a/tools/testfiles/vds/tvds-3_1.ls b/tools/testfiles/vds/tvds-3_1.ls index 0667c4e..fe24002 100644 --- a/tools/testfiles/vds/tvds-3_1.ls +++ b/tools/testfiles/vds/tvds-3_1.ls @@ -11,4 +11,4 @@ vds_dset Dataset {5/Inf, 25/25, 8/8} 1_f.h5 /source_dset } Storage: 4000 logical bytes, 0 allocated bytes - Type: native int + Type: 32-bit little-endian integer diff --git a/tools/testfiles/vds/tvds-3_2.ls b/tools/testfiles/vds/tvds-3_2.ls index 7d6824c..a4ad84f 100644 --- a/tools/testfiles/vds/tvds-3_2.ls +++ b/tools/testfiles/vds/tvds-3_2.ls @@ -10,4 +10,4 @@ vds_dset Dataset {6/Inf, 13/13, 19/19} 2_e.h5 /source_dset } Storage: 5928 logical bytes, 0 allocated bytes - Type: native int + Type: 32-bit little-endian integer diff --git a/tools/testfiles/vds/tvds-4.ls b/tools/testfiles/vds/tvds-4.ls index 8abc0dd..176529b 100644 --- a/tools/testfiles/vds/tvds-4.ls +++ b/tools/testfiles/vds/tvds-4.ls @@ -6,4 +6,4 @@ vds_dset Dataset {9/Inf, 4/4, 4/4} 4_%b.h5 /source_dset } Storage: 576 logical bytes, 0 allocated bytes - Type: native int + Type: 32-bit little-endian integer diff --git a/tools/testfiles/vds/tvds-5.ls b/tools/testfiles/vds/tvds-5.ls index 3bd811b..5f98e84 100644 --- a/tools/testfiles/vds/tvds-5.ls +++ b/tools/testfiles/vds/tvds-5.ls @@ -8,4 +8,4 @@ vds_dset Dataset {9/Inf, 4/4, 4/4} 5_c.h5 /source_dset } Storage: 576 logical bytes, 0 allocated bytes - Type: native int + Type: 32-bit little-endian integer |