Skip to content

Commit

Permalink
Fix las test dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 committed Dec 23, 2020
1 parent 62ed219 commit 0758e57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/providers/testqgspdalprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void TestQgsPdalProvider::testEptGenerationNonASCII()
{
QTemporaryDir dir;
QVERIFY( dir.isValid() );
QgsPdalEptGenerationTask task( mTestDataDir + QStringLiteral( "point_clouds/las/cloud%!* _*čopy.las" ), dir.path() );
QgsPdalEptGenerationTask task( mTestDataDir + QStringLiteral( "point_clouds/las/cloud%! _čopy.las" ), dir.path() );
QVERIFY( task.run() );
QFileInfo fi( dir.path() + "/ept.json" );
QVERIFY( fi.exists() );
Expand Down

0 comments on commit 0758e57

Please sign in to comment.