From 79113dbc313b90c68a5076d5ab6a88c0a1b9635e Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:32:56 -0700 Subject: [PATCH] debug --- tests/tst_pdstemplates.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/tst_pdstemplates.c b/tests/tst_pdstemplates.c index 3923e382..f4483fd9 100644 --- a/tests/tst_pdstemplates.c +++ b/tests/tst_pdstemplates.c @@ -467,7 +467,7 @@ main() { #define NUM_EXT_TEST 25 int template[G2C_MAX_PDS_TEMPLATE_MAPLEN]; - int expected_extlen[NUM_EXT_TEST] = {2, 2, 6, 6, 6, 6, 6, 8, 8, 10, 10, 6, 6, 10, 6, 6, 12, 8, 2, 8, 2, 2, 30, 6, 5}; + int expected_extlen[NUM_EXT_TEST] = {2, 2, 6, 6, 6, 6, 6, 8, 8, 10, 10, 6, 6, 10, 6, 6, 12, 8, 2, 8, 2, 2, 30, 6, 10}; int expected_ext[NUM_EXT_TEST][48] = { {1, 1}, /* 3 */ {1, 1}, /* 4 */ @@ -493,7 +493,7 @@ main() {1, 1}, /* 54 */ {1, -4, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4, 1, -4, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4}, /* 57 */ {1, 1, 1, 4, 1, 4}, /* 61 */ - {2, 2, 2, 1, 4}, /* 35 */ + {2, 2, 2, 1, 4, 2, 2, 2, 1, 4}, /* 35 */ }; if (needext) @@ -582,6 +582,9 @@ main() case 61: template[30] = 2; break; + case 35: + template[5] = 2; + break; default: return G2C_ERROR; }