Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrrGit committed Nov 22, 2024
1 parent bb8dc16 commit 5a83b57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"args": [],
"sequence": "d:/eng/test.mod",
"description": "immediate activate with time field",
"type": "activate",
"type": "immediate_activate",
"time": {
"type": "COMMAND_RELATIVE"
}
Expand Down
3 changes: 2 additions & 1 deletion test/invalid-seq-json/immediate-command-with-time.seq.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"args": [],
"time": {
"type": "COMMAND_COMPLETE"
}
},
"type": "immediate_command"
}
]
}
2 changes: 1 addition & 1 deletion test/invalid-seq-json/immediate-load-with-time.seq.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"args": [],
"sequence": "d:/eng/test.mod",
"description": "immediate load with time field",
"type": "load",
"type": "immediate_load",
"time": {
"type": "COMMAND_RELATIVE"
}
Expand Down
20 changes: 3 additions & 17 deletions test/valid-seq-json/rtc.seq.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"processor": "VC1A"
},
"args": [],
"type": "command"
"type": "immediate_command"
},
{
"args": [
Expand All @@ -55,15 +55,8 @@
"description": "Immediate activate step.",
"engine": 2,
"epoch": "TEST_EPOCH",
"models": [
{
"offset": "00:00:00.000",
"variable": "model_var_float",
"value": "1.234"
}
],
"sequence": "d:/eng/test.mod",
"type": "activate",
"type": "immediate_activate",
"metadata": {
"metadata_arg": "metadata_value"
}
Expand All @@ -78,15 +71,8 @@
"description": "Immediate load step.",
"engine": 2,
"epoch": "TEST_EPOCH",
"models": [
{
"offset": "00:00:00.000",
"variable": "model_var_float",
"value": "1.234"
}
],
"sequence": "d:/eng/test.mod",
"type": "load",
"type": "immediate_load",
"metadata": {
"metadata_arg": "metadata_value"
}
Expand Down

0 comments on commit 5a83b57

Please sign in to comment.