Skip to content

Commit cbc3bc3

Browse files
committed
Fix build
1 parent 983d9e2 commit cbc3bc3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/src/gui/testprocessinggui.cpp

-13
Original file line numberDiff line numberDiff line change
@@ -1563,18 +1563,5 @@ void TestProcessingGui::testMatrixWrapper()
15631563
testWrapper( QgsProcessingGui::Modeler );
15641564
}
15651565

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-
15791566
QGSTEST_MAIN( TestProcessingGui )
15801567
#include "testprocessinggui.moc"

0 commit comments

Comments
 (0)