We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ec55161 commit f8bda8dCopy full SHA for f8bda8d
tests/src/core/testqgsexpression.cpp
@@ -1096,6 +1096,9 @@ class TestQgsExpression: public QObject
1096
case QVariant::Time:
1097
QCOMPARE( result.toTime(), expected.toTime() );
1098
break;
1099
+ case QVariant::List:
1100
+ QCOMPARE( result.toList(), expected.toList() );
1101
+ break;
1102
case QVariant::UserType:
1103
{
1104
if ( result.userType() == qMetaTypeId<QgsInterval>() )
0 commit comments