mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove test on asctime
This commit is contained in:
parent
62b8da837f
commit
fdbbf75a88
@ -747,8 +747,8 @@ TEST(RifKeywordBasedRsmspecParserTest, TestTimeSteps)
|
||||
|
||||
ASSERT_EQ(18, timeSteps.size());
|
||||
|
||||
EXPECT_EQ("Tue May 1 00:00:00 2012\n", (std::string)asctime(gmtime(&day1)));
|
||||
EXPECT_EQ("Tue May 1 00:00:00 2012\n", (std::string)asctime(gmtime(&timeSteps[0])));
|
||||
//EXPECT_EQ("Tue May 1 00:00:00 2012\n", (std::string)asctime(gmtime(&day1)));
|
||||
//EXPECT_EQ("Tue May 1 00:00:00 2012\n", (std::string)asctime(gmtime(&timeSteps[0])));
|
||||
|
||||
EXPECT_EQ(day1, timeSteps[0]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user