Skip to content

Commit 3f94ad4

Browse files
carnegiemedalbhirsz
authored andcommitted
Update basic_tests.robot
added test using parameters argument
1 parent 402664c commit 3f94ad4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/tests/common_tests/basic_tests.robot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ SQL Statement Ending With Semicolon Works
1616
SQL Statement Ending Without Semicolon Works
1717
Query SELECT * FROM person;
1818

19+
SQL Statement With Parameters Works
20+
${output}= Query SELECT * FROM person WHERE id < ? parameters=[1]
21+
Length Should Be ${output} 1
22+
1923
Create Person Table
2024
[Setup] Log No setup for this test
2125
${output}= Create Person Table

0 commit comments

Comments
 (0)