mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 04:00:57 -06:00
Fix multiple defined symbols for unity build
This commit is contained in:
parent
b541acdcb1
commit
37abe17582
@ -7,14 +7,14 @@
|
||||
#include <QFile>
|
||||
#include <QTextStream>
|
||||
|
||||
static const QString CASE_REAL_TEST_DATA_DIRECTORY_04 = QString( "%1/RifRevealCsvSectionSummaryReader/" ).arg( TEST_DATA_DIR );
|
||||
static const QString CASE_REAL_TEST_DATA_DIRECTORY_07 = QString( "%1/RifRevealCsvSectionSummaryReader/" ).arg( TEST_DATA_DIR );
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST( RifRevealCsvSectionSummaryReaderTest, ExpectedText )
|
||||
{
|
||||
QString fileName = CASE_REAL_TEST_DATA_DIRECTORY_04 + "i1.csv";
|
||||
QString fileName = CASE_REAL_TEST_DATA_DIRECTORY_07 + "i1.csv";
|
||||
|
||||
QFile file( fileName );
|
||||
|
||||
|
@ -8,14 +8,14 @@
|
||||
#include <QFile>
|
||||
#include <QTextStream>
|
||||
|
||||
static const QString CASE_REAL_TEST_DATA_DIRECTORY_05 = QString( "%1/RifStimPlanCsvSummaryReader/" ).arg( TEST_DATA_DIR );
|
||||
static const QString CASE_REAL_TEST_DATA_DIRECTORY_09 = QString( "%1/RifStimPlanCsvSummaryReader/" ).arg( TEST_DATA_DIR );
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST( RifStimPlanCsvSummaryReaderTest, ExpectedText )
|
||||
{
|
||||
QString fileName = CASE_REAL_TEST_DATA_DIRECTORY_05 + "data_vs_time.csv";
|
||||
QString fileName = CASE_REAL_TEST_DATA_DIRECTORY_09 + "data_vs_time.csv";
|
||||
|
||||
QString errorMessage;
|
||||
QDateTime startDateTime = QDateTime::currentDateTime();
|
||||
|
Loading…
Reference in New Issue
Block a user