mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed test data directory according to renaming of RifSurfaceReader->RifSurfaceImporter.
Added unit test for a clipped ptl file.
This commit is contained in:
committed by
Magne Sjaastad
parent
5a4399f8ce
commit
a43d575ae7
@@ -47,7 +47,7 @@ std::string readIncorrectFile( const QString filename )
|
||||
TEST( RifRoffReader, ReadWrongFileType )
|
||||
{
|
||||
// Read a surface file: no expected to work
|
||||
QString filename( "RifSurfaceReader/test.ptl" );
|
||||
QString filename( "RifSurfaceImporter/test.ptl" );
|
||||
ASSERT_EQ( readIncorrectFile( filename ), std::string( "Unexpected file type: roff-asc header missing." ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user