Skip to content

Commit

Permalink
Also revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 17, 2024
1 parent 4754310 commit 36b2e77
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/src/providers/grass/testqgsgrassprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ class TestQgsGrassProvider: public QgsTest
void invalidLayer();
void region();
void info();
void crsEpsg3857();
void rasterImport();
void vectorImport();
void edit();
Expand Down Expand Up @@ -616,14 +615,6 @@ void TestQgsGrassProvider::info()
GVERIFY( ok );
}

void TestQgsGrassProvider::crsEpsg3857()
{
QString error;
const QgsCoordinateReferenceSystem crs = QgsGrass::crs( mGisdbase, QStringLiteral( "webmerc" ), error );
QCOMPARE( error, QString() );
QCOMPARE( crs.authid(), QStringLiteral( "EPSG:3857" ) );
}


// From Qt creator
bool TestQgsGrassProvider::copyRecursively( const QString &srcFilePath, const QString &tgtFilePath, QString *error )
Expand Down

0 comments on commit 36b2e77

Please sign in to comment.