summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-08-22 23:57:27 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-08-22 23:57:27 (GMT)
commit66921438dd3903b70ad3d4013c8726db3f6b69bd (patch)
tree8202b297e4acf911d0483e041561aaafd4792ced /hl
parent1220779c318ab305b956833131e5be9027f07cfe (diff)
downloadhdf5-66921438dd3903b70ad3d4013c8726db3f6b69bd.zip
hdf5-66921438dd3903b70ad3d4013c8726db3f6b69bd.tar.gz
hdf5-66921438dd3903b70ad3d4013c8726db3f6b69bd.tar.bz2
[svn-r24061] Bring revisions # 24029 - 24030 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'hl')
-rw-r--r--hl/test/gen_test_ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/gen_test_ds.c b/hl/test/gen_test_ds.c
index 93bda2b..a60a560 100644
--- a/hl/test/gen_test_ds.c
+++ b/hl/test/gen_test_ds.c
@@ -102,7 +102,7 @@ int main(int argc , char **argv)
nerrors += test_duplicatelong_attachscales(filename) < 0 ? 1 : 0;
nerrors += test_samelong_scalenames(filename) < 0 ? 1 : 0;
nerrors += test_foreign_scaleattached(filename) < 0 ? 1 : 0;
-
+ nerrors += test_long_scalenames(filename) < 0 ? 1 : 0;
if(nerrors) goto error;
printf("Dimension scales file generation passed.\n");