* Update to version 1.14.6. * Switch to cmake for builds. * Update patch set. OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=178
13 lines
784 B
Diff
13 lines
784 B
Diff
Index: hdf5-1.14.6/test/testhdf5.c
|
|
===================================================================
|
|
--- hdf5-1.14.6.orig/test/testhdf5.c
|
|
+++ hdf5-1.14.6/test/testhdf5.c
|
|
@@ -62,7 +62,6 @@ main(int argc, char *argv[])
|
|
AddTest("coords", test_coords, cleanup_coords, "Dataspace coordinates", 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);
|
|
AddTest("ref_deprec", test_reference_deprec, cleanup_reference_deprec, "Deprecated References", NULL);
|
|
AddTest("ref", test_reference, cleanup_reference, "References", NULL);
|