Skip to content

Commit

Permalink
Fix test function output
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Feb 9, 2022
1 parent 76ae747 commit a67113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgssqlcomposerdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void TestQgsSQLComposerDialog::testSelectFunction()

QCOMPARE( getFunctionsCombo( d )->itemText( 1 ), QString( "first_func()" ) );
QCOMPARE( getFunctionsCombo( d )->itemText( 2 ), QString( "second_func(): int" ) );
QCOMPARE( getFunctionsCombo( d )->itemText( 3 ), QString( "third_func(1 argument)" ) );
QCOMPARE( getFunctionsCombo( d )->itemText( 3 ), QString( "third_func(1 argument(s))" ) );
QCOMPARE( getFunctionsCombo( d )->itemText( 4 ), QString( "fourth_func(1 to 2 arguments)" ) );
QCOMPARE( getFunctionsCombo( d )->itemText( 5 ), QString( "fifth_func(1 argument or more)" ) );
QCOMPARE( getFunctionsCombo( d )->itemText( 6 ), QString( "sixth_func(arg1, arg2: double, arg3: geometry, int)" ) );
Expand Down

0 comments on commit a67113e

Please sign in to comment.