G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

Use order tracking for H5Group::objectName #618

Closed achilleas-k closed 8 years ago

achilleas-k commented 8 years ago

Use correct index type and order in H5Lget_name_by_idx: H5_INDEX_CRT_ORDER and H5_ITER_INC respectively.

File and Group in TestH5Group updated to enable order tracking and a new test has been added that checks whether retrieval order follows creation order.

Resolves #617.

jgrewe commented 8 years ago

uh, I am afraid you have to rebase ...

achilleas-k commented 8 years ago

Done.