mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Fix previous commit
This commit is contained in:
parent
31c25e4872
commit
3f46a55259
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user