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 3acbc83

Browse files
authoredMar 21, 2019
Update testqgsproperty.cpp
1 parent d2f3aec commit 3acbc83

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
@@ -1254,7 +1254,7 @@ void TestQgsProperty::colorRampTransformer()
12541254
QColor( 100, 150, 200 ) );
12551255
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" ) );
1257-
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('my ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) );
1257+
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('my ramp',scale_linear(5+6, 15, 25, 0, 1)), '#6496c8')" ) );
12581258
}
12591259

12601260
void TestQgsProperty::propertyToTransformer()

0 commit comments

Comments
 (0)
Please sign in to comment.