Skip to content

Commit b4c6023

Browse files
committedJul 12, 2015
let first test truncate qgistest.html
1 parent e679b0b commit b4c6023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/core/testqgis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void TestQGis::cleanupTestCase()
5252
{
5353
QString myReportFile = QDir::tempPath() + "/qgistest.html";
5454
QFile myFile( myReportFile );
55-
if ( myFile.open( QIODevice::WriteOnly | QIODevice::Append ) )
55+
if ( myFile.open( QIODevice::WriteOnly ) )
5656
{
5757
QTextStream myQTextStream( &myFile );
5858
myQTextStream << mReport;

0 commit comments

Comments
 (0)
Please sign in to comment.