mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7403 Replace fromTime_t with fromSecsSinceEpoch
This commit is contained in:
@@ -931,7 +931,7 @@ TEST( RifKeywordBasedRsmspecParserTest, TestTimeSteps )
|
||||
|
||||
QDateTime firstDate = RiaQDateTimeTools::fromYears( 2014.32 );
|
||||
|
||||
EXPECT_TRUE( firstDate == QDateTime::fromTime_t( timeSteps[0] ) );
|
||||
EXPECT_TRUE( firstDate == QDateTime::fromSecsSinceEpoch( timeSteps[0] ) );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user