diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-14 23:16:29 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-14 23:16:29 (GMT) |
commit | 6f85844982a45c71e7a8a3bbcc3600e11030c3df (patch) | |
tree | 971ecfcdf81d0e9fed6545bff4e9148ddb88919d | |
parent | bcf3f797d442096d4ec5fcbe009b20b84b1adc85 (diff) | |
download | hdf5-6f85844982a45c71e7a8a3bbcc3600e11030c3df.zip hdf5-6f85844982a45c71e7a8a3bbcc3600e11030c3df.tar.gz hdf5-6f85844982a45c71e7a8a3bbcc3600e11030c3df.tar.bz2 |
[svn-r11567] Purpose:
Bug fix
Description:
Changed the name of a file from the last fix.
createnoenc.c is not gen_noencoder.c
Solution:
This is just a more standard name for the file.
Platforms tested:
tested in previous check-in; forgot to commit to cvs.
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | test/gen_noencoder.c (renamed from test/createnoenc.c) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -628,7 +628,6 @@ ./test/btree2.c ./test/cache.c ./test/cmpd_dset.c -./test/createnoenc.c ./test/dangle.c ./test/deflate.h5 ./test/dsets.c @@ -672,6 +671,7 @@ ./test/gen_old_mtime.c _DO_NOT_DISTRIBUTE_ ./test/gen_new_mtime.c _DO_NOT_DISTRIBUTE_ ./test/gen_new_super.c _DO_NOT_DISTRIBUTE_ +./test/gen_noencoder.c _DO_NOT_DISTRIBUTE_ ./test/pool.c ./test/set_extent.c ./test/sheap.c diff --git a/test/createnoenc.c b/test/gen_noencoder.c index 05a2ff1..05a2ff1 100644 --- a/test/createnoenc.c +++ b/test/gen_noencoder.c |