Fix previous commit

This commit is contained in:
Even Rouault 2019-05-25 20:34:02 +02:00
parent 31c25e4872
commit 3f46a55259
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -89,7 +89,7 @@ class TestQgsJsonUtils : public QObject
void testExportAttributesJson_data() void testExportAttributesJson_data()
{ {
QTest::addColumn<JsonAlgs>( "JsonAlgs" ); QTest::addColumn<JsonAlgs>( "jsonAlg" );
QTest::newRow( "Use json" ) << JsonAlgs::Json; QTest::newRow( "Use json" ) << JsonAlgs::Json;
QTest::newRow( "Use old string concat" ) << JsonAlgs::String; QTest::newRow( "Use old string concat" ) << JsonAlgs::String;
} }