diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-07 18:10:49 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-07 18:10:49 (GMT) |
commit | 413bedbddf206b653a9cb1936c8e6627ac661201 (patch) | |
tree | e04bda53ca0967ea667c33fd12982a5e67d755f1 | |
parent | 698a6d8845964de3e8eb3d9de5569a9c88154e5e (diff) | |
download | hdf5-413bedbddf206b653a9cb1936c8e6627ac661201.zip hdf5-413bedbddf206b653a9cb1936c8e6627ac661201.tar.gz hdf5-413bedbddf206b653a9cb1936c8e6627ac661201.tar.bz2 |
[svn-r15807] correction in test name, testing "non" initialized chunks
tested: windows, linux
-rw-r--r-- | test/set_extent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/set_extent.c b/test/set_extent.c index 911a9a0..4bb324f 100644 --- a/test/set_extent.c +++ b/test/set_extent.c @@ -653,11 +653,11 @@ int main( void ) /*------------------------------------------------------------------------- - * test a dataset with initialized chunks + * test a dataset with non initialized chunks *------------------------------------------------------------------------- */ - TESTING("initialized chunks"); + TESTING("non initialized chunks"); dims3[ 0 ] = 90; dims3[ 1 ] = 90; |