We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 983d9e2 commit cbc3bc3Copy full SHA for cbc3bc3
tests/src/gui/testprocessinggui.cpp
@@ -1563,18 +1563,5 @@ void TestProcessingGui::testMatrixWrapper()
1563
testWrapper( QgsProcessingGui::Modeler );
1564
}
1565
1566
-void TestProcessingGui::cleanupTempDir()
1567
-{
1568
- QDir tmpDir = QDir( mTempDir );
1569
- if ( tmpDir.exists() )
1570
- {
1571
- Q_FOREACH ( const QString &tf, tmpDir.entryList( QDir::NoDotAndDotDot | QDir::Files ) )
1572
1573
- QVERIFY2( tmpDir.remove( mTempDir + '/' + tf ), qPrintable( "Could not remove " + mTempDir + '/' + tf ) );
1574
- }
1575
- QVERIFY2( tmpDir.rmdir( mTempDir ), qPrintable( "Could not remove directory " + mTempDir ) );
1576
1577
-}
1578
-
1579
QGSTEST_MAIN( TestProcessingGui )
1580
#include "testprocessinggui.moc"
0 commit comments