From fec9f54b6dd90772695e0d5f865c9c353d8f8756 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 26 Jun 2024 10:29:25 +1000 Subject: [PATCH] Revert "Allow runnig test_core_project with custom TMPDIR" This reverts commit 605cafc8248aba81999abe4ce59899513b8dd279. --- tests/src/core/testqgsproject.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/core/testqgsproject.cpp b/tests/src/core/testqgsproject.cpp index 7437ced09d39..bda528eb36bf 100644 --- a/tests/src/core/testqgsproject.cpp +++ b/tests/src/core/testqgsproject.cpp @@ -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 );