Skip to content

Commit

Permalink
test with error moved at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
gicastel committed Nov 14, 2022
1 parent 925b46e commit 1af4588
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions samples/tests/sampleSp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@
- sqlQuery: SELECT COUNT(*) FROM dbo.SampleTable WHERE [IntValue] = {newValueVar}
scalarType: Int
scalarValue: 1
- name: Test Error
command:
commandText: dbo.SampleSp
parameters:
name: "NoMatchData"
newValue: a
results:
returnCode: 0
- name: Test KO
command:
commandText: dbo.SampleSp
Expand Down Expand Up @@ -110,6 +102,14 @@
- name: TimeValue
type: Time
returnCode: 1
- name: Test Error
command:
commandText: dbo.SampleSp
parameters:
name: "NoMatchData"
newValue: a
results:
returnCode: 0
after:
- type: File
values:
Expand Down

0 comments on commit 1af4588

Please sign in to comment.