From c55d0393a3320500db5a575b9f962bbdabb643e3 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Sat, 24 Jan 2015 17:43:19 +0000 Subject: [PATCH] fix up cunit test git-svn-id: http://svn.osgeo.org/postgis/trunk@13200 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/test/cunit/cu_band_basics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/test/cunit/cu_band_basics.c b/raster/test/cunit/cu_band_basics.c index 3acb45fd2..45ada1fa0 100644 --- a/raster/test/cunit/cu_band_basics.c +++ b/raster/test/cunit/cu_band_basics.c @@ -128,7 +128,7 @@ static void test_band_metadata() { for (x = 0; x < width; x++) { for (y = 0; y < height; y++) { CU_ASSERT_EQUAL(rt_band_get_pixel(band, x, y, &val, NULL), ES_NONE); - CU_ASSERT_DOUBLE_EQUAL(val, 255, 1.); + CU_ASSERT_DOUBLE_EQUAL(val, 0, 1.); } } -- 2.40.0