From 023f764a23787a451708316a3c1a4d935a46dd54 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Thu, 9 May 2024 15:12:55 -0700 Subject: [PATCH] fix test case --- OdbDesignTests/CrossPlatformTests.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OdbDesignTests/CrossPlatformTests.cpp b/OdbDesignTests/CrossPlatformTests.cpp index eb76ffef..2ca07cb3 100644 --- a/OdbDesignTests/CrossPlatformTests.cpp +++ b/OdbDesignTests/CrossPlatformTests.cpp @@ -86,8 +86,8 @@ namespace Odb::Test ASSERT_NE(tm.tm_year, 0); ASSERT_NE(tm.tm_mon, 0); ASSERT_NE(tm.tm_mday, 0); - ASSERT_NE(tm.tm_hour, 0); - ASSERT_NE(tm.tm_min, 0); - ASSERT_NE(tm.tm_sec, 0); + //ASSERT_NE(tm.tm_hour, 0); + //ASSERT_NE(tm.tm_min, 0); + //ASSERT_NE(tm.tm_sec, 0); } } \ No newline at end of file