From 32a72c4d54beb5a099fda0eee77da05ec8f90f75 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 7 Oct 2008 11:03:54 -0500 Subject: [svn-r15806] correction in test name, testing "non" initialized chunks tested: windows, linux --- test/set_extent.c | 4 ++-- 1 file 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; -- cgit v0.12