Skip to content

Commit

Permalink
возвращен потерянный параметр
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Jul 8, 2020
1 parent cb49123 commit 3f29080
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions tests/smoke/smoke.bsp.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
},

"ФормированиеПечатныхФорм":{
"КоличествоДокументов" : 1,
"ИсключенияПоИдентификатору" : [
"ИдентификаторПечатнойФормы"
]
Expand Down
1 change: 1 addition & 0 deletions tests/smoke/smoke.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
},

"ФормированиеПечатныхФорм":{
"КоличествоДокументов" : 1,
"ИсключенияПоИдентификатору" : [
"ИдентификаторПечатнойФормы"
"СчетФактура"
Expand Down
11 changes: 6 additions & 5 deletions tools/JSON/xUnitParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,15 @@
]
},

"ПроведениеДокументов":{
"ПроведениеДокументов": {
"КоличествоДокументов" : 1
},

"ФормированиеПечатныхФорм":{

"ФормированиеПечатныхФорм": {
"КоличествоДокументов" : 2,
"ИсключенияПоИдентификатору" : [
"Счет*",
"Реестр"
"Реестр",
"Счет*"
]
}
}

0 comments on commit 3f29080

Please sign in to comment.