From bf0570c31f1b1e5711f540675057d80c11662e2a Mon Sep 17 00:00:00 2001 From: Hailey Johnson Date: Fri, 12 Jul 2024 13:42:10 -0600 Subject: [PATCH] enable two more ignored tests --- .../java/thredds/server/services/ConsistentDatesTest.java | 2 +- .../ncss/controller/gridaspoint/TestGridAsPointMisc.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tds/src/integrationTests/java/thredds/server/services/ConsistentDatesTest.java b/tds/src/integrationTests/java/thredds/server/services/ConsistentDatesTest.java index 24e4ec7624..7c0046dab8 100644 --- a/tds/src/integrationTests/java/thredds/server/services/ConsistentDatesTest.java +++ b/tds/src/integrationTests/java/thredds/server/services/ConsistentDatesTest.java @@ -157,7 +157,7 @@ public void checkNCSSDates() throws JDOMException, IOException { } // PF5_SST_Climatology: :units = "hour since 0000-01-01 00:00:00"; - @Ignore("TODO: fix to work with new cfpointwriters") +// @Ignore("TODO: fix to work with new cfpointwriters") @Test public void checkNCSSDatesInNetcdf() throws JDOMException, IOException { String endpoint = TestOnLocalServer.withHttpPath( diff --git a/tds/src/test/java/thredds/server/ncss/controller/gridaspoint/TestGridAsPointMisc.java b/tds/src/test/java/thredds/server/ncss/controller/gridaspoint/TestGridAsPointMisc.java index 85a78b888a..6b95d33b52 100644 --- a/tds/src/test/java/thredds/server/ncss/controller/gridaspoint/TestGridAsPointMisc.java +++ b/tds/src/test/java/thredds/server/ncss/controller/gridaspoint/TestGridAsPointMisc.java @@ -70,8 +70,7 @@ public void getGridAsPointSubsetAllSupportedFormats() throws Exception { Assert.assertTrue(ct.startsWith(sf.getMimeType())); } } - - @Ignore("TODO: fix to work with new cfpointwriters") + @Test public void getGridAsProfileSubsetAllSupportedFormats() throws Exception { for (SupportedFormat sf : SupportedOperation.GRID_AS_POINT_REQUEST.getSupportedFormats()) {