diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-28 22:33:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-28 22:33:07 (GMT) |
commit | a9a1a52fecc60b0c5f2bc9fd37d12122481ed1cd (patch) | |
tree | ba46c01ed265c941e80ed9503b1485a9338ab573 /test/testhdf5.c | |
parent | 07ca2821d2cb4ea87b2cab27ae55efb2fabc2ac4 (diff) | |
download | hdf5-a9a1a52fecc60b0c5f2bc9fd37d12122481ed1cd.zip hdf5-a9a1a52fecc60b0c5f2bc9fd37d12122481ed1cd.tar.gz hdf5-a9a1a52fecc60b0c5f2bc9fd37d12122481ed1cd.tar.bz2 |
[svn-r380] Finished tests for scalar dataspaces with both datasets and attributes.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 23daace..d4d9f89 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -165,7 +165,7 @@ main(int argc, char *argv[]) InitTest("heap", test_heap, "Object and Name Heaps"); InitTest("ohdr", test_ohdr, "Object Headers"); InitTest("stab", test_stab, "Symbol Tables"); - InitTest("h5p", test_h5p, "Dataspaces"); + InitTest("h5s", test_h5s, "Dataspaces"); InitTest("attr", test_attr, "Attributes"); Verbosity = 4; /* Default Verbosity is Low */ |