Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2f3aec

Browse files
committedMar 20, 2019
fix test
1 parent ca37933 commit d2f3aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/core/testqgsproperty.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ void TestQgsProperty::colorRampTransformer()
12521252
25,
12531253
new QgsGradientColorRamp( QColor( 10, 20, 30 ), QColor( 200, 190, 180 ) ),
12541254
QColor( 100, 150, 200 ) );
1255-
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('custom ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) );
1255+
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('custom ramp',scale_linear(5+6, 15, 25, 0, 1)), '#6496c8')" ) );
12561256
t5.setRampName( QStringLiteral( "my ramp" ) );
12571257
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('my ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) );
12581258
}

0 commit comments

Comments
 (0)
Please sign in to comment.