diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-07 16:03:54 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-07 16:03:54 (GMT) |
commit | 32a72c4d54beb5a099fda0eee77da05ec8f90f75 (patch) | |
tree | 006c17aa4456b5ed0ceeca6322a7bb89f28da77a /test | |
parent | d0ae398d953b122608626cbd4c6064db2ada891e (diff) | |
download | hdf5-32a72c4d54beb5a099fda0eee77da05ec8f90f75.zip hdf5-32a72c4d54beb5a099fda0eee77da05ec8f90f75.tar.gz hdf5-32a72c4d54beb5a099fda0eee77da05ec8f90f75.tar.bz2 |
[svn-r15806] correction in test name, testing "non" initialized chunks
tested: windows, linux
Diffstat (limited to 'test')
-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; |