mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-15 19:32:53 +00:00
fixed tests
This commit is contained in:
@@ -31,7 +31,7 @@ Scenario: Parsing variable name for bool
|
|||||||
| Db | 5 | 887 | 20 | 0 | String |
|
| Db | 5 | 887 | 20 | 0 | String |
|
||||||
| Db | 506 | 216 | 1 | 0 | Byte |
|
| Db | 506 | 216 | 1 | 0 | Byte |
|
||||||
| Db | 506 | 216 | 5 | 0 | Byte |
|
| Db | 506 | 216 | 5 | 0 | Byte |
|
||||||
| Db | 506 | 216 | 0 | 0 | Double |
|
| Db | 506 | 216 | 4 | 0 | Double |
|
||||||
| Db | 506 | 216 | 4 | 0 | DInteger |
|
| Db | 506 | 216 | 4 | 0 | DInteger |
|
||||||
| Db | 506 | 216 | 2 | 0 | Integer |
|
| Db | 506 | 216 | 2 | 0 | Integer |
|
||||||
| Db | 506 | 216 | 2 | 0 | Integer |
|
| Db | 506 | 216 | 2 | 0 | Integer |
|
||||||
|
|||||||
2
Sharp7.Rx.Tests/ParsingS7VariableName.feature.cs
generated
2
Sharp7.Rx.Tests/ParsingS7VariableName.feature.cs
generated
@@ -186,7 +186,7 @@ this.ScenarioInitialize(scenarioInfo);
|
|||||||
"Db",
|
"Db",
|
||||||
"506",
|
"506",
|
||||||
"216",
|
"216",
|
||||||
"0",
|
"4",
|
||||||
"0",
|
"0",
|
||||||
"Double"});
|
"Double"});
|
||||||
table2.AddRow(new string[] {
|
table2.AddRow(new string[] {
|
||||||
|
|||||||
Reference in New Issue
Block a user