From 936f41d3f0b8e241ccbdb13f06bc4bf939d8dd3c Mon Sep 17 00:00:00 2001 From: Leon Arber Date: Mon, 25 Apr 2005 14:40:36 -0500 Subject: [svn-r10661] Purpose: Bug fix.... Description: Despite passing all tests, the previous checkin had a copy/paste typo that resulted in the tests being run under the wrong conditions. Solution: Fixed typo. Platforms tested: yet another minor change... copper only. Misc. update: --- test/dtransform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dtransform.c b/test/dtransform.c index b3bce4f..3a160d8 100644 --- a/test/dtransform.c +++ b/test/dtransform.c @@ -254,7 +254,7 @@ int main(void) SKIPPED() #endif -#ifndef H5_LLONG_TO_FP_CAST_BROKEN +#ifdef H5_ULLONG_TO_FP_CAST_WORKS TEST_TYPE_CONTIG(dxpl_id_utrans_inv, unsigned long_long, H5T_NATIVE_ULLONG, "ullong", transformData, 0); #else TESTING("contiguous, with type conversion (float->ullong)") @@ -280,7 +280,7 @@ int main(void) SKIPPED() #endif -#ifndef H5_LLONG_TO_FP_CAST_BROKEN +#ifdef H5_ULLONG_TO_FP_CAST_WORKS TEST_TYPE_CHUNK(dxpl_id_utrans_inv, unsigned long_long, H5T_NATIVE_ULLONG, "ullong", transformData, 0); #else TESTING("chunked, with type conversion (float->ullong)") -- cgit v0.12