From 5998ea73d9a08926147b5368ae19fb16f39dc41e Mon Sep 17 00:00:00 2001 From: "vchoi-hdfgroup.org" Date: Thu, 14 Sep 2023 13:23:27 -0500 Subject: [PATCH] Change NX x NY to 50x100; test all conditions including set_buf --- test/cmpd_dset.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c index d19b7e3d652..56f58fdb471 100644 --- a/test/cmpd_dset.c +++ b/test/cmpd_dset.c @@ -104,8 +104,8 @@ typedef struct { long long r, s, t; } stype4; -#define NX 100U -#define NY 2000U +#define NX 50U +#define NY 100U #define PACK_NMEMBS 100 static void initialize_stype1(unsigned char *buf, size_t num); @@ -871,7 +871,7 @@ test_compounds_selection_io(void) for (set_fillvalue = FALSE; set_fillvalue <= TRUE; set_fillvalue++) { for (select_io = FALSE; select_io <= TRUE; select_io++) { for (mwbuf = FALSE; mwbuf <= TRUE; mwbuf++) { - for (set_buf = TRUE; set_buf <= TRUE; set_buf++) { + for (set_buf = FALSE; set_buf <= TRUE; set_buf++) { if ((dxpl = H5Pcreate(H5P_DATASET_XFER)) < 0) goto error;