1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

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

This commit is contained in:
Vitaly the Alpaca 2024-06-13 19:03:46 +00:00 committed by Vitaly the Alpaca (bot)
parent 746bd1ede0
commit a47cadb602
3 changed files with 415 additions and 415 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3361,7 +3361,7 @@ Procedure Check_BinaryData(Val Result, Val Size = Undefined)
OPI_TestDataRetrieval.ExpectsThat(Result).ИмеетТип("BinaryData");
If Not Size = Undefined Then
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size.Равно(True);
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size).Равно(True);
Else
OPI_TestDataRetrieval.ExpectsThat(Result.Size() > MinimumSize).Равно(True);
EndIf;

View File

@ -3361,7 +3361,7 @@ Procedure Check_BinaryData(Val Result, Val Size = Undefined)
OPI_TestDataRetrieval.ExpectsThat(Result).ИмеетТип("BinaryData");
If Not Size = Undefined Then
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size.Равно(True);
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size).Равно(True);
Else
OPI_TestDataRetrieval.ExpectsThat(Result.Size() > MinimumSize).Равно(True);
EndIf;