mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix cotire build
This commit is contained in:
parent
4adec8d2bf
commit
548c065290
@ -11,8 +11,6 @@
|
||||
#include <vector>
|
||||
|
||||
|
||||
static const QString TEST_DATA_DIRECTORY = QString("%1/RimRelocatePath/").arg(TEST_DATA_DIR);
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
@ -47,7 +45,7 @@ void fieldByType(caf::PdmObjectHandle* object, std::vector< caf::PdmField<T>* >*
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST(RimRelocatePathTest, findPathsInProjectFile)
|
||||
{
|
||||
QString fileName = TEST_DATA_DIRECTORY + "RelocatePath.rsp";
|
||||
QString fileName = QString("%1/RimRelocatePath/RelocatePath.rsp").arg(TEST_DATA_DIR);
|
||||
|
||||
if (fileName.isEmpty()) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user