From 0a69acf992053d4c665c1b1676972b98c1df13d0 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 21 Sep 2004 20:19:54 -0500 Subject: [svn-r9298] Purpose: Bug fix. Description: the Data transformation code that failed when a data transform property for simple expression is fixed. Turned the tests back on. Platforms tested: Tested in copper (pp) where the failure appeared. Also in eirene as double check. No h5committest as the change is trivial. --- test/dtransform.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/dtransform.c b/test/dtransform.c index b94c0a5..1d50df9 100644 --- a/test/dtransform.c +++ b/test/dtransform.c @@ -79,9 +79,7 @@ int main(void) if((err= H5Pset_data_transform(dxpl_id_f_to_c, f_to_c))<0) TEST_ERROR; if((err= H5Pset_data_transform(dxpl_id_c_to_f, c_to_f))<0) TEST_ERROR; -/* Temporary disabled. AKC if((err = H5Pset_data_transform(dxpl_id_simple, simple))<0) TEST_ERROR; -*/ if((err = H5Pset_data_transform(dxpl_id_polynomial, polynomial))<0) TEST_ERROR; if((dxpl_id_polynomial_copy = H5Pcopy(dxpl_id_polynomial)) < 0) TEST_ERROR; if((dxpl_id_c_to_f_copy = H5Pcopy(dxpl_id_c_to_f)) < 0) TEST_ERROR; @@ -198,8 +196,6 @@ int main(void) TESTING("data transform, trivial transform, without type conversion") -#if 0 - /* temporary disabled. AKC */ if((err = H5Dread(dset_id_float, H5T_NATIVE_FLOAT, H5S_ALL, H5S_ALL, dxpl_id_simple, windchillFfloatread))<0) TEST_ERROR; for(row = 0; row