Skip to content

Commit

Permalink
Revert "Allow runnig test_core_project with custom TMPDIR"
Browse files Browse the repository at this point in the history
This reverts commit 605cafc.
  • Loading branch information
nyalldawson committed Jun 26, 2024
1 parent 4a1c343 commit fec9f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/core/testqgsproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,6 @@ void TestQgsProject::testAsynchronousLayerLoading()
int layersCount = layers.count();

project->addMapLayers( layers );
project->writeEntry( QStringLiteral( "Paths" ), QStringLiteral( "Absolute" ), true );

QCOMPARE( project->mapLayers( true ).count(), layersCount - 2 );
QCOMPARE( project->mapLayers( false ).count(), layersCount );
Expand Down

0 comments on commit fec9f54

Please sign in to comment.