|
@@ -1252,7 +1252,7 @@ void TestQgsProperty::colorRampTransformer() |
|
|
25, |
|
|
new QgsGradientColorRamp( QColor( 10, 20, 30 ), QColor( 200, 190, 180 ) ), |
|
|
QColor( 100, 150, 200 ) ); |
|
|
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('custom ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) ); |
|
|
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('custom ramp',scale_linear(5+6, 15, 25, 0, 1)), '#6496c8')" ) ); |
|
|
t5.setRampName( QStringLiteral( "my ramp" ) ); |
|
|
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('my ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) ); |
|
|
} |
|
|