Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
let first test truncate qgistest.html
  • Loading branch information
jef-n committed Jul 12, 2015
1 parent e679b0b commit b4c6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgis.cpp
Expand Up @@ -52,7 +52,7 @@ void TestQGis::cleanupTestCase()
{
QString myReportFile = QDir::tempPath() + "/qgistest.html";
QFile myFile( myReportFile );
if ( myFile.open( QIODevice::WriteOnly | QIODevice::Append ) )
if ( myFile.open( QIODevice::WriteOnly ) )
{
QTextStream myQTextStream( &myFile );
myQTextStream << mReport;
Expand Down

0 comments on commit b4c6023

Please sign in to comment.