1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-07-05 18:04:58 +00:00 committed by Vitaly the Alpaca (bot)
parent 53bdb5cbbe
commit 1b4944637e
4 changed files with 3975 additions and 3975 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3654,7 +3654,7 @@ EndProcedure
Procedure Check_BitrixUndefined(Val Result)
OPI_TestDataRetrieval.ExpectsThat(Result["result"]).НеЗаполнено();
OPI_TestDataRetrieval.ExpectsThat(Result["result"]).ИмеетТип("Undefined");
OPI_TestDataRetrieval.ExpectsThat(Result["time"]).Заполнено();
EndProcedure

View File

@ -3654,7 +3654,7 @@ EndProcedure
Procedure Check_BitrixUndefined(Val Result)
OPI_TestDataRetrieval.ExpectsThat(Result["result"]).НеЗаполнено();
OPI_TestDataRetrieval.ExpectsThat(Result["result"]).ИмеетТип("Undefined");
OPI_TestDataRetrieval.ExpectsThat(Result["time"]).Заполнено();
EndProcedure

View File

@ -3654,7 +3654,7 @@
Процедура Проверка_БитриксНеопределено(Знач Результат)
OPI_ПолучениеДанныхТестов.ОжидаетЧто(Результат["result"]).НеЗаполнено();
OPI_ПолучениеДанныхТестов.ОжидаетЧто(Результат["result"]).ИмеетТип("Неопределено");
OPI_ПолучениеДанныхТестов.ОжидаетЧто(Результат["time"]).Заполнено();
КонецПроцедуры