summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/test_h5repack_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/test_h5repack_main.c')
-rw-r--r--tools/h5repack/test_h5repack_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/test_h5repack_main.c b/tools/h5repack/test_h5repack_main.c
index 1768609..9ec780a 100644
--- a/tools/h5repack/test_h5repack_main.c
+++ b/tools/h5repack/test_h5repack_main.c
@@ -53,9 +53,9 @@ test()
if (h5repack_init (&options, 0)<0)
TEST_ERROR;
- if (h5repack_addcomp("dset2:GZIP 9",&options)<0)
+ if (h5repack_addcomp("dset1:GZIP 9",&options)<0)
TEST_ERROR;
- if (h5repack_addchunk("dset2:5x4",&options)<0)
+ if (h5repack_addchunk("dset1:5x4",&options)<0)
TEST_ERROR;
if (h5repack(FILENAME,FILENAME_OUT,&options)<0)
TEST_ERROR;