summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-02-20 00:23:19 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-02-20 00:23:19 (GMT)
commit30b8b8c785a8aa28d8df6f6ec015335784a344a7 (patch)
tree63b7873647de681b38a0a8f96e8cc8129127dd03 /test/testhdf5.c
parent154a2ac0dcc0872269aa3abc656030fc4952abed (diff)
downloadhdf5-30b8b8c785a8aa28d8df6f6ec015335784a344a7.zip
hdf5-30b8b8c785a8aa28d8df6f6ec015335784a344a7.tar.gz
hdf5-30b8b8c785a8aa28d8df6f6ec015335784a344a7.tar.bz2
[svn-r13340] Fixed a bug where shared messages with the same hash values could be sorted
in the wrong order. This also makes the "unique but shareable" checkin a little easier. Tested on smirom, kagiso, and juniper.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index fed1649..a7ee83a 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -54,6 +54,7 @@ main(int argc, char *argv[])
AddTest("file", test_file, cleanup_file, "Low-Level File I/O", NULL);
AddTest("objects", test_h5o, cleanup_file, "Generic Object Functions", NULL);
AddTest("h5s", test_h5s, cleanup_h5s, "Dataspaces", NULL);
+ AddTest("sohm", test_sohm, cleanup_sohm, "Shared Object Header Messages", NULL);
AddTest("attr", test_attr, cleanup_attr, "Attributes", NULL);
AddTest("select", test_select, cleanup_select, "Selections", NULL);
AddTest("time", test_time, cleanup_time, "Time Datatypes", NULL);
@@ -64,7 +65,6 @@ main(int argc, char *argv[])
AddTest("array", test_array, cleanup_array, "Array Datatypes", NULL);
AddTest("genprop", test_genprop, cleanup_genprop, "Generic Properties", NULL);
AddTest("unicode", test_unicode, cleanup_unicode, "UTF-8 Encoding", NULL);
- AddTest("sohm", test_sohm, cleanup_sohm, "Shared Object Header Messages", NULL);
AddTest("id", test_ids, NULL, "User-Created Identifiers", NULL);
AddTest("misc", test_misc, cleanup_misc, "Miscellaneous", NULL);