[svn-r15807] correction in test name, testing "non" initialized chunks

tested: windows, linux
This commit is contained in:
Pedro Vicente Nunes 2008-10-07 13:10:49 -05:00
parent 698a6d8845
commit 413bedbddf

View File

@ -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;