Skip to content

Commit

Permalink
followup 43fa88e fix python3 (refs #15256)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Oct 7, 2016
1 parent 43fa88e commit b643364
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/app/testqgisapppython.cpp
Expand Up @@ -92,8 +92,6 @@ void TestQgisAppPython::evalString()
// unicode handling test
QVERIFY( mQgisApp->mPythonUtils->evalString( QString::fromUtf8( "'čerešne'" ), result ) );
QCOMPARE( result, QString::fromUtf8( "čerešne" ) );
QVERIFY( mQgisApp->mPythonUtils->evalString( "unicode('\\xc4\\x8dere\\xc5\\xa1ne', encoding='utf8')", result ) );
QCOMPARE( result, QString::fromUtf8( "čerešne" ) );

//bad string
QVERIFY( !mQgisApp->mPythonUtils->evalString( "1+", result ) );
Expand Down

0 comments on commit b643364

Please sign in to comment.